Skip to content

Commit c3a67be

Browse files
author
plievone
committed
Docs: remove outdated language/schema from readme.
`graphql/language/schema` was merged with 'graphql/language' in v0.4.3.
1 parent b147662 commit c3a67be

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ var GraphQL = require('graphql'); // CommonJS
1212
Each sub directory within is a sub-module of graphql-js:
1313

1414
* `graphql/language`: Parse and operate on the GraphQL language.
15-
* `graphql/language/schema`: Parsing and operate on the GraphQL Schema language.
1615
* `graphql/type`: Define GraphQL types and schema.
1716
* `graphql/validation`: The Validation phase of fulfilling a GraphQL result.
1817
* `graphql/execution`: The Execution phase of fulfilling a GraphQL request.

0 commit comments

Comments
 (0)