WorkConnection
The connection type for Work.
type WorkConnection {
edges: [WorkEdge]
nodes: [Work]
pageInfo: PageInfo!
}
Fields
WorkConnection.edges ● [WorkEdge] list object
A list of edges.
WorkConnection.nodes ● [Work] list object
A list of nodes.
WorkConnection.pageInfo ● PageInfo! non-null object
Information to aid in pagination.
Returned by
searchWorks query
Member of
User object