Location
No description
type Location {
company: CompanyTP
companyId: String!
locationRef: Int!
}
Fields
Location.company ● CompanyTP object
Location.companyId ● String! non-null scalar
A globally unique identifier (UUID) for the company.
Location.locationRef ● Int! non-null scalar
A unique, numeric identifier for the location.
Returned By
location query ● locations query
Member Of
CompanyTP object