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