ListConnection
No description
type ListConnection {
count: Int
offset: Int
pagesize: Int
first: ID
previous: ID
next: ID
last: ID
edges: [ListEdge]
}
Fields
ListConnection.count ● Int scalar
ListConnection.offset ● Int scalar
ListConnection.pagesize ● Int scalar
ListConnection.first ● ID scalar
ListConnection.previous ● ID scalar
ListConnection.next ● ID scalar
ListConnection.last ● ID scalar
ListConnection.edges ● [ListEdge] list object
Returned By
ListConection query
Member Of
ListConnectionType object