Skip to content

Commit

Permalink
fix: add demarche descriptor in dossiers of get demarche custom champ
Browse files Browse the repository at this point in the history
  • Loading branch information
baudointran committed Apr 5, 2024
1 parent a0a5a95 commit aab9f4c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/graphql/getDemarcheDossierCustomChamps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ export default gql`
) {
nodes {
...DossierFragment
demarche {
...DemarcheDescriptorFragment
}
}
}
Expand Down

0 comments on commit aab9f4c

Please sign in to comment.