Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 902 Bytes

File metadata and controls

30 lines (25 loc) · 902 Bytes

multiLineHeader.json

Input

{
  "schemaHeader": ["/**", " * An amazing GraphQL schema", " */"]
}

Output

Parsed Config

{
  "graphqlSchema": "./schema.graphql",
  "tsSchema": "./schema.ts",
  "tsClientEnums": null,
  "nullableByDefault": true,
  "strictSemanticNullability": false,
  "reportTypeScriptTypeErrors": false,
  "schemaHeader": "/**\n * An amazing GraphQL schema\n */",
  "tsSchemaHeader": "/**\n * Executable schema generated by Grats (https://grats.capt.dev)\n * Do not manually edit. Regenerate by running `npx grats`.\n */",
  "tsClientEnumsHeader": "/**\n * TypeScript enum definitions generated by Grats (https://grats.capt.dev)\n * Do not manually edit. Regenerate by running `npx grats`.\n */",
  "importModuleSpecifierEnding": ".js",
  "EXPERIMENTAL__emitMetadata": false,
  "EXPERIMENTAL__emitResolverMap": false
}