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