浏览代码

query node - graphql playground fix and query templates VI

ondratra 3 年之前
父节点
当前提交
4e39b9ccb3
共有 1 个文件被更改,包括 1 次插入7 次删除
  1. 1 7
      query-node/mappings/queryTemplates.ts

+ 1 - 7
query-node/mappings/queryTemplates.ts

@@ -6,13 +6,7 @@ import {
 } from '@apollographql/graphql-playground-react/lib/components/Playground/QueryTemplates/templateUtils'
 
 // fields that will be ignored by autofill
-const commonIgnoredFields = [
-  'deletedAt',
-  'createdById',
-  'updatedById',
-  'deletedById',
-  'version',
-]
+const commonIgnoredFields = ['deletedAt', 'createdById', 'updatedById', 'deletedById', 'version']
 
 const exampleDate = `"2018-01-31 23:59"`