We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e274c76 commit 3cf473aCopy full SHA for 3cf473a
scripts/update-appendix-c.mjs
@@ -25,4 +25,4 @@ The order of types, fields, arguments, values and directives is non-normative.
25
const suffix = `
26
\`\`\`
27
`
28
-await writeFile(FILE, prefix + printSpecifiedScalars() + '\n\n' + introspectionSchema + suffix);
+await writeFile(FILE, prefix + printSpecifiedScalars() + '\n\n' + introspectionSchema + suffix);
0 commit comments