Skip to content

Commit ef2bf2f

Browse files
authored
Update outdated documentation (#2806)
1 parent b9cf5f3 commit ef2bf2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/APIReference-Utilities.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,8 @@ function buildASTSchema(
186186
): GraphQLSchema
187187
```
188188
189-
This takes the ast of a schema document produced by `parseSchemaIntoAST` in
190-
`graphql/language/schema` and constructs a GraphQLSchema instance which can be
189+
This takes the ast of a schema document produced by `parse` in
190+
`graphql/language` and constructs a GraphQLSchema instance which can be
191191
then used with all GraphQL.js tools, but cannot be used to execute a query, as
192192
introspection does not represent the "resolver", "parse" or "serialize"
193193
functions or any other server-internal mechanisms.

0 commit comments

Comments
 (0)