github graphql-java/graphql-java v7.0
Release 7.0

latest releases: v22.0, v21.5, v20.9...
6 years ago

This release contains a number of fixes and enhancements

The schema diff now reports additions

This will report not just API breaking changes but additions (new fields / arguments etc..) as well

See #870

The root object of the subscription is correctly returned

The original subscription support didn't not send back the top level field which was contrary to the graphql specification. This is now fixed

See #850

Input types can now have field visibility

You can now used field visibility to decide what fields are available on input types as well as output types

see #854

Other changes

Don't miss a new graphql-java release

NewReleases is sending notifications on new releases.