Customer
object
Customer entity.
Fields
id
ID!
non-null
Customer unique identifier.
name
String
Customer name.
parentOrganization
ServiceOrganization
Customer parent organization.
actions
OrganizationActions!
non-null
The actions that can be taken on this organization.
Interfaces
Organization