18 lines
207 B
GraphQL
18 lines
207 B
GraphQL
![]() |
fragment AddressFragment on Address {
|
||
|
__typename
|
||
|
id
|
||
|
firstName
|
||
|
lastName
|
||
|
companyName
|
||
|
streetAddress1
|
||
|
streetAddress2
|
||
|
city
|
||
|
cityArea
|
||
|
postalCode
|
||
|
country {
|
||
|
code
|
||
|
}
|
||
|
countryArea
|
||
|
phone
|
||
|
}
|