Skip to content

Commit

Permalink
fix: DeparteentChamps missing in ChampFragment
Browse files Browse the repository at this point in the history
  • Loading branch information
baudointran committed Jun 25, 2024
1 parent 3b686b6 commit b4fb28e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/graphql/fragment/ChampFragment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,11 @@ export default gql`
code
}
}
... on DepartementChamp {
departement {
name
code
}
}
}
`;

0 comments on commit b4fb28e

Please sign in to comment.