You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@GraphQLIgnore, when applied on polymorphic types, was not excluding all the fields or implementations in all use cases. This PR fixes some of those scenarios. See the linked issues for more details.
Add additionalTypes to generateSchema (#622) @de55
This change is breaking from the master branch but actually removes a feature that was only added since the 2.0 cut so it is backwards compatible with 1.x
BREAKING CHANGE: Make the KotlinDataFetcherFactoryProvider nullable (#623) @smyrick