Skip to main content

GroupConnection

No description

type GroupConnection {
count: Int
offset: Int
pagesize: Int
first: ID
previous: ID
next: ID
last: ID
edges: [GroupEdge]
}

Fields​

GroupConnection.count ● Int scalar​

GroupConnection.offset ● Int scalar​

GroupConnection.pagesize ● Int scalar​

GroupConnection.first ● ID scalar​

GroupConnection.previous ● ID scalar​

GroupConnection.next ● ID scalar​

GroupConnection.last ● ID scalar​

GroupConnection.edges ● [GroupEdge] list object​

Returned By​

GroupConection query

Member Of​

GroupConnectionType object