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