export const ADDRESS_FRAGMENT = gql` fragment Address on AddressType { uuid city addressLine country region district postalCode street } `;