GraphQL OBJECT
CustomerInformation
Information about the customer.
link Definition
- type CustomerInformation {
- #   The delivery contact.
- : ContactInformation 
- #   The licensee contact.
- : ContactInformation 
- #   The billing contact.
- : ContactInformation 
- #   Customer's ID
- : Int 
- #   Customer's internal ID
- : String 
- }