integrations
Returns a paginated list of configured integrations.
integrations(
after: UUID
before: UUID
first: Int
last: Int
orderBy: IntegrationOrderBy! = UUID
): IntegrationConnection!
Arguments
integrations.after ● UUID scalar
Returns elements after this cursor for forward pagination.
integrations.before ● UUID scalar
Returns elements before this cursor for backward pagination.
integrations.first ● Int scalar
Maximum number of results to return (forward pagination).
integrations.last ● Int scalar
Number of results from the end (backward pagination).
integrations.orderBy ● IntegrationOrderBy! non-null enum
Field to order results by. Defaults to UUID.
Type
IntegrationConnection object
IntegrationConnection represents a connection of Integration nodes with pagination.