Skip to content

2.1.0: Upgraded to graphql-java 12.0, reintroduced contextual queries

Compare
Choose a tag to compare
@jimkyndemeyer jimkyndemeyer released this 14 Apr 18:04
· 711 commits to master since this release

Changes:

  • Upgraded to graphql-java 12.0 to improve performance in very large schemas (#238)
  • Reintroduced contextual queries and automatically include referenced fragments across files (#243, #43, #94)
  • Detect manual injections using language=GraphQL comment to discover schema types and fragments (#235)
  • Don't clear the variables editor when the variables window is closed (#83)