Skip to content

Commit

Permalink
feat: adding geometry inside AdressFragment
Browse files Browse the repository at this point in the history
  • Loading branch information
DIDIERRobin committed Oct 19, 2024
1 parent 95f1a7e commit c46a8f9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/graphql/fragment/AddressFragment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,9 @@ export default gql`
departmentCode
regionName
regionCode
geometry {
coordinates
type
}
}
`;

0 comments on commit c46a8f9

Please sign in to comment.