Skip to content

0.2.2

Compare
Choose a tag to compare
@smyrick smyrick released this 25 Feb 18:01
· 945 commits to master since this release
ba50860

Major Changes

None

Minor Changes

  • feat: pass DataFetcherEnvironment to arguments (#173)

Clients can now specify DataFetchingEnvironment as one of their arguments. It will not be generated as part of the schema but will be passed down on execution and gives access to all the context of the query, parent fields and their arguments, and anything else that is on the graphql.schema.DataFetchingEnvironment

  • feat: allow directives on other types (#174)

We are noticing that not all the directives are being added to the fields on our SDL using the graphql-java schema printer. This add support for:

  • Enums
  • Interfaces
  • Unions
  • Mutation objects
  • Query objects
  • Input objects
  • Type objects

Patch Changes

  • fix: remove directive duplication in the generator (#176)

Non-code Changes

  • test: add a unit test for missing coverage (#177)
  • Add question issue template (#172)
  • Add example of subquery (#171)
  • Add JDK11 build step (#168)
  • build: 0.2.2-SNAPSHOT (Travis Build 620) (#169)