Skip to content

Commit 2b7c106

Browse files
authored
Update README.md
1 parent 17adcac commit 2b7c106

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,12 @@ This module lets you craft and expose a [GraphQL](http://graphql.org/) schema fo
88

99
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.
1010

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-
1511
### Installation
1612

1713
This module requires composer for installation. To install, simply run `composer require drupal/graphql`.
1814

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).
22-
2315
### Resources
2416

17+
* Documentation: [https://drupal-graphql.gitbook.io/graphql/v/8.x-4.x](https://drupal-graphql.gitbook.io/graphql/v/8.x-4.x)
2518
* Project homepage: [https://www.drupal.org/project/graphql](https://www.drupal.org/project/graphql)
2619
* Contributing: [https://github.com/drupal-graphql/graphql](https://github.com/drupal-graphql/graphql)

0 commit comments

Comments
 (0)