- type Address {
- id: Int
- fullName: String
- company: String
- streetLine1: String
- streetLine2: String
- city: String
- province: String
- postalCode: String
- country: String
- phoneNumber: String
- defaultShippingAddress: Boolean
- defaultBillingAddress: Boolean
- createdAt: String
- updatedAt: String
- }
|