OBJECT
IntegrationConnection
The connection type for Integration.
link GraphQL Schema definition
- type IntegrationConnection {
- : [String!]!
- # A list of edges.
- : [IntegrationEdge]
- # A list of nodes.
- : [Integration]
- # Information to aid in pagination.
- : PageInfo!
- : Int!
- }