Skip to main content

IntegrationTypeConnection

IntegrationTypeConnection represents a connection of IntegrationType nodes with pagination.

type IntegrationTypeConnection {
pageInfo: PageInfo!
totalCount: Int!
nodes: [IntegrationType!]
edges: [IntegrationTypeEdge!]
}

Fields

IntegrationTypeConnection.pageInfo ● PageInfo! non-null object

IntegrationTypeConnection.totalCount ● Int! non-null scalar

IntegrationTypeConnection.nodes ● [IntegrationType!] list object

IntegrationTypeConnection.edges ● [IntegrationTypeEdge!] list object

Returned By

integrationTypes query