CommunicationConnection
No description
type CommunicationConnection {
count: Int
offset: Int
pagesize: Int
first: ID
previous: ID
next: ID
last: ID
edges: [CommunicationEdge]
}
Fields
CommunicationConnection.count ● Int scalar
CommunicationConnection.offset ● Int scalar
CommunicationConnection.pagesize ● Int scalar
CommunicationConnection.first ● ID scalar
CommunicationConnection.previous ● ID scalar
CommunicationConnection.next ● ID scalar
CommunicationConnection.last ● ID scalar
CommunicationConnection.edges ● [CommunicationEdge] list object
Returned By
CommunicationConection query
Member Of
CommunicationConnectionType object