Skip to main content

integrationTypes

Returns a paginated list of available integration types (e.g., PagerDuty, Slack, Zoom).

integrationTypes(
after: UUID
before: UUID
first: Int
last: Int
orderBy: IntegrationOrderBy! = UUID
): IntegrationTypeConnection!

Arguments

integrationTypes.after ● UUID scalar

Returns elements after this cursor for forward pagination.

integrationTypes.before ● UUID scalar

Returns elements before this cursor for backward pagination.

integrationTypes.first ● Int scalar

Maximum number of results to return (forward pagination).

integrationTypes.last ● Int scalar

Number of results from the end (backward pagination).

integrationTypes.orderBy ● IntegrationOrderBy! non-null enum

Field to order results by. Defaults to UUID.

Type

IntegrationTypeConnection object

IntegrationTypeConnection represents a connection of IntegrationType nodes with pagination.