From 20fc9d1f6b7fe0e08aa28f495fba7c0eb1ce4686 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 b55fb06de..e122f9650 100644 --- a/js/src/graphql/config.ts +++ b/js/src/graphql/config.ts @@ -112,6 +112,9 @@ export const CONFIG = gql` isDefault } } + exportFormats { + eventParticipants + } } } `;