integrations
Connected integrations.
integrations(
after: String
before: String
filter: IntegrationsFilter
first: Int
last: Int
): IntegrationUnionConnection!
Arguments
integrations.after ● String scalar common
Returns the elements in the list that come after the specified cursor.
integrations.before ● String scalar common
Returns the elements in the list that come before the specified cursor.
integrations.filter ● IntegrationsFilter input common
Filter integrations.
integrations.first ● Int scalar common
Returns the first n elements from the list.
integrations.last ● Int scalar common
Returns the last n elements from the list.
Type
IntegrationUnionConnection object common
The connection type for IntegrationUnion.