浏览代码

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