Skip to content

Commit 648d5b6

Browse files
committed
Merge pull request graphql#15 from nulrich/patch-1
Fix printIntrospectionSchema function definition
2 parents 8e560f9 + 92bf444 commit 648d5b6

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)