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