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