GraphQL OBJECT
CustomerType
link Definition
- type CustomerType {
- # Id of the customer type.
- : CustomerTypeEnum
- # Name of the customer type.
- : String
- }
GraphQL OBJECT
- type CustomerType {
- # Id of the customer type.
- : CustomerTypeEnum
- # Name of the customer type.
- : String
- }