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