Skip to content

Commit dcc22ec

Browse files
committed
built-in => specified
1 parent 370cfaa commit dcc22ec

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

scripts/update-appendix-c.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { writeFile } from 'node:fs/promises';
22
import { printIntrospectionSchema, buildSchema, specifiedScalarTypes, printType } from 'graphql';
33

4-
const FILE = './spec/Appendix C -- Built-in Definitions.md';
4+
const FILE = './spec/Appendix C -- Specified Definitions.md';
55
function printSpecifiedScalars() {
66
return specifiedScalarTypes
77
.map((type) => printType(type))

0 commit comments

Comments
 (0)