Skip to content

Commit e8254fb

Browse files
authored
Documentation (#667)
1 parent 08fa8de commit e8254fb

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ as well as other other contributed modules supporting it:
5858
> Drupal module for Automatic Persisted Queries compatible with the apollo-link-persisted-queries project's proposed protocol.
5959
* GraphQL Metatag [https://github.com/drupal-graphql/graphql-metatag](https://github.com/drupal-graphql/graphql-metatag)
6060
> Module that integrates the Metatag Drupal module with GraphQL.
61-
* GraphQL Redirect [https://www.drupal.org/project/graphql_redirect](https://www.drupal.org/project/graphql_redirect)
62-
> Allow the GraphQL query to follow a redirected path and return the query result of the destination route.
6361
* GraphQL Twig [https://github.com/drupal-graphql/graphql-twig](https://github.com/drupal-graphql/graphql-twig)
6462
> Allows you to inject data into Twig templates by simply adding a GraphQL query.
6563
* GraphQL Views [https://github.com/drupal-graphql/graphql-views](https://github.com/drupal-graphql/graphql-views)

doc/getting-started/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ http://graphql.org/learn/
4040
}
4141
```
4242

43-
5. Press `Ctrl-Space` or `Ctrl-Enter` (Mac) and you should see something like the following display in the right pane:
43+
5. Press `Ctrl-Space` and you should see something like the following display in the right pane:
4444

4545
```json
4646
{

0 commit comments

Comments
 (0)