Skip to content

5.4.0

Compare
Choose a tag to compare
@oliemansm oliemansm released this 17 Nov 14:23
· 786 commits to master since this release

Features

Graphql-java 11.0

Upgraded graphql-java to 11.0. See their release notes fur further details.

Type Definition Factory

Added the type definition factory to make it possible to dynamically add type definitions after the SDL has been parsed. This is used to automatically generate Relay connection type definitions. See https://www.graphql-java-kickstart.com/tools/type-definition-factory/ for more details.

Automatic generation of Relay Type Definitions

Relay Type Definitions can now be automatically generated using the @connection directive. See https://www.graphql-java-kickstart.com/tools/relay/ for more details and basic usage.

Directives

Support for directives has been included now. See https://www.graphql-java-kickstart.com/tools/directives/ for more details and basic usage.

Other features

#104 Coroutine support