Skip to content

Commit 92bf444

Browse files
author
Nicolas Ulrich
committed
Fix printIntrospectionSchema function definition
1 parent 7b8b961 commit 92bf444

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/docs/APIReference-Utilities.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Prints the provided schema in the Schema Language format.
135135
### printIntrospectionSchema
136136
137137
```js
138-
function printSchema(schema: GraphQLSchema): string {
138+
function printIntrospectionSchema(schema: GraphQLSchema): string {
139139
```
140140
141141
Prints the built-in introspection schema in the Schema Language format.

0 commit comments

Comments
 (0)