Address
Addresses are objects detailing the user's address.
Fields
line1 : String!
The first line of a user's address.
line2 : String
The second line of a user's address. (optional)
city:String!
The city where the address is located.
state:String!
The state where the address is located.
country:String!
The country where the address is located.
zipcode:String!
The zip code where the address is located.
type: AddressType!
The type of address.
Updated about 2 months ago
