StaffConnection
The connection type for Staff.
type StaffConnection {
edges: [StaffEdge]
nodes: [Staff]
pageInfo: PageInfo!
}
Fields
StaffConnection.edges ● [StaffEdge] list object
A list of edges.
StaffConnection.nodes ● [Staff] list object
A list of nodes.
StaffConnection.pageInfo ● PageInfo! non-null object
Information to aid in pagination.
Member of
Work object