From aab9f4c0891d200ce6aa18f2ea88f10c2a1a843a Mon Sep 17 00:00:00 2001 From: baudointran Date: Fri, 5 Apr 2024 16:02:30 +0200 Subject: [PATCH] fix: add demarche descriptor in dossiers of get demarche custom champ --- src/graphql/getDemarcheDossierCustomChamps.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/graphql/getDemarcheDossierCustomChamps.ts b/src/graphql/getDemarcheDossierCustomChamps.ts index bf23e0a..ee16885 100644 --- a/src/graphql/getDemarcheDossierCustomChamps.ts +++ b/src/graphql/getDemarcheDossierCustomChamps.ts @@ -51,6 +51,9 @@ export default gql` ) { nodes { ...DossierFragment + demarche { + ...DemarcheDescriptorFragment + } } }