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