We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 532bdd0 commit 5753fdbCopy full SHA for 5753fdb
src/language/schema/README.md
@@ -0,0 +1,10 @@
1
+GraphQL Schema Language
2
+-----------------------
3
+
4
+The `graphql/language/schema` module is responsible for parsing and operating on
5
+the GraphQL schema definition language.
6
7
+```js
8
+import { ... } from 'graphql/language/schema'; // ES6
9
+var GraphQLSchemaLanguage = require('graphql/language/schema'); // CommonJS
10
+```
0 commit comments