Skip to content

v0.12.0

Pre-release
Pre-release

Choose a tag to compare

@Akryum Akryum released this 25 May 18:52

Breaking change

  • If you are using the GraphQL server, you need to create a src/graphql-api/directives.js file containing the following:
module.exports = {
  // Schema directives
}

New

Fixed

  • Busting ESLint cache when running a build/serve after changing the schema.