Skip to content

Commit

Permalink
Update outdated documentation (graphql#2806)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tapped authored Sep 24, 2020
1 parent b9cf5f3 commit ef2bf2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/APIReference-Utilities.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,8 @@ function buildASTSchema(
): GraphQLSchema
```
This takes the ast of a schema document produced by `parseSchemaIntoAST` in
`graphql/language/schema` and constructs a GraphQLSchema instance which can be
This takes the ast of a schema document produced by `parse` in
`graphql/language` and constructs a GraphQLSchema instance which can be
then used with all GraphQL.js tools, but cannot be used to execute a query, as
introspection does not represent the "resolver", "parse" or "serialize"
functions or any other server-internal mechanisms.
Expand Down

0 comments on commit ef2bf2f

Please sign in to comment.