فهرست منبع

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