Ver Fonte

query node - graphql playground fix and query templates VI

ondratra há 3 anos atrás
pai
commit
4e39b9ccb3
1 ficheiros alterados com 1 adições e 7 exclusões
  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"`