IntegrationCenterList
A paginated list of Integration Center entries.
type IntegrationCenterList implements ModelList {
edges: [IntegrationCenter]
nextCursor: String
nodes: [IntegrationCenter]
total: Int
}
Fields
IntegrationCenterList.edges ● [IntegrationCenter] list object common
A legacy alias for nodes.
IntegrationCenterList.nextCursor ● String scalar common
The cursor for the next page of integrations.
IntegrationCenterList.nodes ● [IntegrationCenter] list object common
The integrations returned in the current page.
IntegrationCenterList.total ● Int scalar common
The total number of matching integrations.
Interfaces
ModelList interface common
A paginated list of models.
Returned By
integrationCenter query