SlotConnection
No description
type SlotConnection {
count: Int
offset: Int
pagesize: Int
first: ID
previous: ID
next: ID
last: ID
edges: [SlotEdge]
}
Fields
SlotConnection.count ● Int scalar
SlotConnection.offset ● Int scalar
SlotConnection.pagesize ● Int scalar
SlotConnection.first ● ID scalar
SlotConnection.previous ● ID scalar
SlotConnection.next ● ID scalar
SlotConnection.last ● ID scalar
SlotConnection.edges ● [SlotEdge] list object
Returned By
SlotConection query
Member Of
SlotConnectionType object