diff --git a/src/graphql/fragment/AddressFragment.ts b/src/graphql/fragment/AddressFragment.ts index bc51f62..f769461 100644 --- a/src/graphql/fragment/AddressFragment.ts +++ b/src/graphql/fragment/AddressFragment.ts @@ -14,5 +14,9 @@ export default gql` departmentCode regionName regionCode + geometry { + coordinates + type + } } `;