ProjectEdge
A Project edge in the connection.
type ProjectEdge {
cursor: Cursor
node: Project
}
Fields
ProjectEdge.cursor ● Cursor scalar
A cursor for use in pagination.
ProjectEdge.node ● Project object
The Project at the end of the edge.
Member Of
ProjectConnection object