You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-8Lines changed: 1 addition & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,19 +8,12 @@ This module lets you craft and expose a [GraphQL](http://graphql.org/) schema fo
8
8
9
9
It is is built around [https://github.com/webonyx/graphql-php](https://github.com/webonyx/graphql-php). As such, it supports the full official GraphQL specification with all its features.
10
10
11
-
You can use this module as a foundation for building your own schema through custom code or you can use and extend the generated schema using the plugin architecture and the provided plugin implementations form the sub-module.
12
-
13
-
For ease of development, it includes the [GraphiQL](https://github.com/graphql/graphiql/) interface at`/graphql/explorer`.
14
-
15
11
### Installation
16
12
17
13
This module requires composer for installation. To install, simply run `composer require drupal/graphql`.
18
14
19
-
### Documentation
20
-
21
-
[Documentation](https://drupal-graphql.gitbook.io/graphql/v/8.x-4.x/ is hosted on [gitbook.io](http://www.gitbook.io).
0 commit comments