From a28ce5e6b6a8ae11d9eb3c4d60f5bd5d991879ac Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Mon, 20 Mar 2023 16:38:43 +0100 Subject: [PATCH] Fetch config for export event participant formats Signed-off-by: Thomas Citharel --- js/src/graphql/config.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/js/src/graphql/config.ts b/js/src/graphql/config.ts index 64ca90a5..1022b784 100644 --- a/js/src/graphql/config.ts +++ b/js/src/graphql/config.ts @@ -113,6 +113,9 @@ export const CONFIG = gql` isDefault } } + exportFormats { + eventParticipants + } } } `;