ContactProjectsEdge
An edge that contains a node of type Project, a cursor and some metadata.
type ContactProjectsEdge {
node: Project!
cursor: String!
notes: String
}
Fields
ContactProjectsEdge.node
● Project!
non-null object
The Project node.
ContactProjectsEdge.cursor
● String!
non-null scalar
A unique cursor that can be used for pagination.
ContactProjectsEdge.notes
● String
scalar
The relation's notes.