Browse Source

query node - graphql playground fix and query templates IV

ondratra 3 years ago
parent
commit
16f1576951
1 changed files with 1 additions and 7 deletions
  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"`