PersonContactsEdge
An edge that contains a node of type Contact, a cursor and some metadata.
type PersonContactsEdge {
node: Contact!
cursor: String!
notes: 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.
PersonContactsEdge.notes
● String
scalar
Notes for this contact interrelation.
Member Of
PersonContactsEdgeConnection
object