PrintSchedulesConnection
A connection to a list of items.
type PrintSchedulesConnection {
pageInfo: PageInfo!
edges: [PrintSchedulesEdge!]
nodes: [PrintSchedule]
totalCount: Int!
}
Fields
PrintSchedulesConnection.pageInfo
● PageInfo!
non-null object
Information to aid in pagination.
PrintSchedulesConnection.edges
● [PrintSchedulesEdge!]
list object
A list of edges.
PrintSchedulesConnection.nodes
● [PrintSchedule]
list object
A flattened list of the nodes.
PrintSchedulesConnection.totalCount
● Int!
non-null scalar
Identifies the total count of items in the connection.
Returned By
printSchedules
query