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 + } } }