|
1 | 1 | # Introduction |
2 | 2 |
|
3 | | -[](https://travis-ci.org/drupal-graphql/graphql) [](https://codecov.io/gh/drupal-graphql/graphql) [](https://scrutinizer-ci.com/g/drupal-graphql/graphql/?branch=8.x-3.x) |
4 | | - |
5 | 3 | ## GraphQL for Drupal |
6 | 4 |
|
7 | 5 | This module lets you craft and expose a [GraphQL](http://graphql.org/) schema for [Drupal 8](https://www.drupal.org/8). |
@@ -32,39 +30,38 @@ Check out [https://github.com/fubhy/drupal-decoupled-app](https://github.com/fub |
32 | 30 |
|
33 | 31 | These blog posts provide additional information on how to use and extend the module as well as other other contributed modules supporting it: |
34 | 32 |
|
35 | | -* [https://www.amazeelabs.com/en/journal/introduction-graphql](https://www.amazeelabs.com/en/journal/introduction-graphql) |
36 | | -* [https://www.amazeelabs.com/en/journal/drupal-and-graphql-react-and-apollo](https://www.amazeelabs.com/en/journal/drupal-and-graphql-react-and-apollo) |
37 | | -* [https://www.amazeelabs.com/en/journal/drupal-and-graphql-batteries-included](https://www.amazeelabs.com/en/journal/drupal-and-graphql-batteries-included) |
38 | | -* [https://www.amazeelabs.com/en/journal/extending-graphql-part-1-fields](https://www.amazeelabs.com/en/journal/extending-graphql-part-1-fields) |
39 | | -* [https://www.amazeelabs.com/en/journal/extending-graphql-part-2-types-and-interfaces](https://www.amazeelabs.com/en/journal/extending-graphql-part-2-types-and-interfaces) |
40 | | -* [https://www.amazeelabs.com/en/journal/graphql-drupalers-part-3-fields](https://www.amazeelabs.com/en/journal/graphql-drupalers-part-3-fields) |
41 | | -* [https://www.amazeelabs.com/en/journal/extending-graphql-part-3-mutations](https://www.amazeelabs.com/en/journal/extending-graphql-part-3-mutations) |
42 | | -* [https://www.amazeelabs.com/en/journal/dont-push-it-using-graphql-twig](https://www.amazeelabs.com/en/journal/dont-push-it-using-graphql-twig) |
| 33 | +- [https://www.amazeelabs.com/en/journal/introduction-graphql](https://www.amazeelabs.com/en/journal/introduction-graphql) |
| 34 | +- [https://www.amazeelabs.com/en/journal/drupal-and-graphql-react-and-apollo](https://www.amazeelabs.com/en/journal/drupal-and-graphql-react-and-apollo) |
| 35 | +- [https://www.amazeelabs.com/en/journal/drupal-and-graphql-batteries-included](https://www.amazeelabs.com/en/journal/drupal-and-graphql-batteries-included) |
| 36 | +- [https://www.amazeelabs.com/en/journal/extending-graphql-part-1-fields](https://www.amazeelabs.com/en/journal/extending-graphql-part-1-fields) |
| 37 | +- [https://www.amazeelabs.com/en/journal/extending-graphql-part-2-types-and-interfaces](https://www.amazeelabs.com/en/journal/extending-graphql-part-2-types-and-interfaces) |
| 38 | +- [https://www.amazeelabs.com/en/journal/graphql-drupalers-part-3-fields](https://www.amazeelabs.com/en/journal/graphql-drupalers-part-3-fields) |
| 39 | +- [https://www.amazeelabs.com/en/journal/extending-graphql-part-3-mutations](https://www.amazeelabs.com/en/journal/extending-graphql-part-3-mutations) |
| 40 | +- [https://www.amazeelabs.com/en/journal/dont-push-it-using-graphql-twig](https://www.amazeelabs.com/en/journal/dont-push-it-using-graphql-twig) |
43 | 41 |
|
44 | 42 | ### Resources |
45 | 43 |
|
46 | | -* Project homepage: [https://www.drupal.org/project/graphql](https://www.drupal.org/project/graphql) |
47 | | -* Contributing: [https://github.com/drupal-graphql/graphql](https://github.com/drupal-graphql/graphql) |
| 44 | +- Project homepage: [https://www.drupal.org/project/graphql](https://www.drupal.org/project/graphql) |
| 45 | +- Contributing: [https://github.com/drupal-graphql/graphql](https://github.com/drupal-graphql/graphql) |
48 | 46 |
|
49 | 47 | ### Related projects |
50 | 48 |
|
51 | | -* GraphQL APQ [https://github.com/lucasconstantino/drupal-graphql-apq](https://github.com/lucasconstantino/drupal-graphql-apq) |
| 49 | +- GraphQL APQ [https://github.com/lucasconstantino/drupal-graphql-apq](https://github.com/lucasconstantino/drupal-graphql-apq) |
52 | 50 |
|
53 | 51 | > Drupal module for Automatic Persisted Queries compatible with the apollo-link-persisted-queries project's proposed protocol. |
54 | 52 |
|
55 | | -* GraphQL Metatag [https://github.com/drupal-graphql/graphql-metatag](https://github.com/drupal-graphql/graphql-metatag) |
| 53 | +- GraphQL Metatag [https://github.com/drupal-graphql/graphql-metatag](https://github.com/drupal-graphql/graphql-metatag) |
56 | 54 |
|
57 | 55 | > Module that integrates the Metatag Drupal module with GraphQL. |
58 | 56 |
|
59 | | -* GraphQL Twig [https://github.com/drupal-graphql/graphql-twig](https://github.com/drupal-graphql/graphql-twig) |
| 57 | +- GraphQL Twig [https://github.com/drupal-graphql/graphql-twig](https://github.com/drupal-graphql/graphql-twig) |
60 | 58 |
|
61 | 59 | > Allows you to inject data into Twig templates by simply adding a GraphQL query. |
62 | 60 |
|
63 | | -* GraphQL Views [https://github.com/drupal-graphql/graphql-views](https://github.com/drupal-graphql/graphql-views) |
| 61 | +- GraphQL Views [https://github.com/drupal-graphql/graphql-views](https://github.com/drupal-graphql/graphql-views) |
64 | 62 |
|
65 | 63 | > Adds support for views to GraphQL. |
66 | 64 |
|
67 | | -* GraphQL Entity Definitions [https://www.drupal.org/project/graphql\_entity\_definitions](https://www.drupal.org/project/graphql_entity_definitions) |
| 65 | +- GraphQL Entity Definitions [https://www.drupal.org/project/graphql_entity_definitions](https://www.drupal.org/project/graphql_entity_definitions) |
68 | 66 |
|
69 | 67 | > Adds structural entity information to GraphQL. |
70 | | -
|
0 commit comments