Release Notes / Version 10.2107
Table Of ContentsThere were various changes in the GraphQL-Java API, some affected us directly:
The DataFetchers are no longer connected to the GraphQL Object, but instead to a newly created CodeRegistry
The type field of the OperationTypedefinition was changed to typeName
The syntax of empty interface definitions changed
The GraphQLType Interface hierarchy was changed
For more detailed information, please have a look at the GraphQL-Java release notes for the relevant versions: https://github.com/graphql-java/graphql-java/releases/
(CMS-16667)