Skip to content

Commit

Permalink
Merge pull request #493 from creative-commoners/pulls/5/graphql-schem…
Browse files Browse the repository at this point in the history
…a-init

DOC GraphQL schema init task
  • Loading branch information
sabina-talipova authored Apr 15, 2024
2 parents 8dbde7b + d11fd21 commit 4b6c686
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ There's a bit more to it than that, and if you want to learn more about GraphQL,
the [full documentation](https://graphql.org/learn/), but for now, these three concepts will
serve almost all of your needs to get started.

> [!TIP]
> It is strongly recommended that you install the [GraphQL devtools](https://github.com/silverstripe/silverstripe-graphql-devtools) module to help with testing your API.
>
> Included in that module is a `GraphQLSchemaInitTask` task to initialise a basic GraphQL schema to get you started. Instructions for using the task are included in the module's README.md.
### Initial setup

To start your first schema, open a new configuration file. Let's call it `graphql.yml`.
Expand Down
1 change: 1 addition & 0 deletions en/08_Changelogs/5.3.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ This is particularly helpful if you need to update columns in one table to match
### Other new features

- `silverstripe/linkfield` now has improved accessibility support for screen readers and keyboard navigation. Focus states have also been made consistent between keyboard and mouse interaction.
- `silverstripe/graphql-devtools` contains a new `GraphQLSchemaInitTask` to help you initialise a basic GraphQL schema.

## Bug fixes

Expand Down

0 comments on commit 4b6c686

Please # to comment.