ContactCompaniesEdge
An edge that contains a node of type Company, a cursor and some metadata.
type ContactCompaniesEdge {
node: Company!
cursor: String!
isDefault: Boolean
is_default: Boolean
}
Fields
ContactCompaniesEdge.node
● Company!
non-null object
The Company node.
ContactCompaniesEdge.cursor
● String!
non-null scalar
A unique cursor that can be used for pagination.
ContactCompaniesEdge.isDefault
● Boolean
scalar
Represents whether the relation should be treated as the default among other entries.
ContactCompaniesEdge.is_default
● Boolean
scalar
Represents whether the relation should be treated as the default among other entries.