We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8e560f9 + 92bf444 commit 648d5b6Copy full SHA for 648d5b6
site/docs/APIReference-Utilities.md
@@ -135,7 +135,7 @@ Prints the provided schema in the Schema Language format.
135
### printIntrospectionSchema
136
137
```js
138
-function printSchema(schema: GraphQLSchema): string {
+function printIntrospectionSchema(schema: GraphQLSchema): string {
139
```
140
141
Prints the built-in introspection schema in the Schema Language format.
0 commit comments