From 5e71280cbb409bb781d388354ae86cc1d511a06a Mon Sep 17 00:00:00 2001 From: bach Date: Wed, 19 May 2021 14:51:05 +0200 Subject: [PATCH] gql date bug fix --- .../enfrancais_graphql/graphql/enfr_extension.base.graphqls | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/web/modules/custom/enfrancais_graphql/graphql/enfr_extension.base.graphqls b/src/web/modules/custom/enfrancais_graphql/graphql/enfr_extension.base.graphqls index c593f16..d25f648 100644 --- a/src/web/modules/custom/enfrancais_graphql/graphql/enfr_extension.base.graphqls +++ b/src/web/modules/custom/enfrancais_graphql/graphql/enfr_extension.base.graphqls @@ -158,3 +158,8 @@ type Link { url: String title: String } + +type Date { + start: String + end: String +}