Skip to content

Commit

Permalink
DOC GraphQL schema init task
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Apr 10, 2024
1 parent c0fb04c commit 08fed15
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ 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]
> You may wish to install [silverstripe/graphql-devools](https://github.com/silverstripe/silverstripe-graphql-devtools) which includes a `GraphQLSchemaInitTask` task to initialise a basic GraphQL schema to get you started. Instructions for using that task are included in that modules 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 @@ -22,6 +22,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 08fed15

Please sign in to comment.