v0.12.0
Pre-release
Pre-release
Breaking change
- If you are using the GraphQL server, you need to create a
src/graphql-api/directives.jsfile containing the following:
module.exports = {
// Schema directives
}New
- Schema directives support in the GraphQL server
Fixed
- Busting ESLint cache when running a build/serve after changing the schema.