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: doc/starting/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
The module requires installation via `composer`in order to pull in the dependencies for the module to work, most notably the [webonyx/graphql-php library](https://github.com/webonyx/graphql-php).
4
4
5
-
1. Install the module by running `composer require drupal/graphql:4.0.0-beta1`.
5
+
1. Install the module by running `composer require drupal/graphql:^4`.
6
6
2. Enable the GraphQL module in extensions.
7
7
3. Login and navigate to `/admin/config/graphql` to create a new server.
8
8
4. At this point you can either start with the "Example schema" provided by the graphql_examples module (see the Introduction section) or start right away making your own custom schema as we will describe in the following sections.
0 commit comments