소스 검색

gql date bug fix

bach 3 년 전
부모
커밋
5e71280cbb
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      src/web/modules/custom/enfrancais_graphql/graphql/enfr_extension.base.graphqls

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