OBJECT
CustomerDto
link GraphQL Schema definition
- type CustomerDto {
- : ID!
- : String
- : String
- : String!
- : Boolean
- : OffsetDateTime
- : OffsetDateTime
- : Boolean
- : Boolean
- : [CustomerVehicleDto]
- : [CustomerAddressDto]
- : [VehicleGroup]
- : String
- : Int
- : String
- : Int
- : [String]
- }