ENUM

AddressType

link GraphQL Schema definition

1enum AddressType {
2
3SHIPPING
4
5BILLING
6
7SHIPPINGANDBILLING
8}

link Required by