integrations
No description
integrations(
after: UUID
before: UUID
first: Int
last: Int
orderBy: IntegrationOrderBy! = UUID
): IntegrationConnection!
Arguments
integrations.after ● UUID scalar
integrations.before ● UUID scalar
integrations.first ● Int scalar
integrations.last ● Int scalar
integrations.orderBy ● IntegrationOrderBy! non-null enum
Type
IntegrationConnection object
IntegrationConnection represents a connection of Integration nodes with pagination.