Fix schema transformation and Field Visibility for complex deletion cases by andimarek · Pull Request #4209 · graphql-java/graphql-java

@andimarek

added 7 commits

January 19, 2026 17:02
Change GraphQLSchema.additionalTypes from Set<GraphQLType> to
Set<GraphQLNamedType> for improved type safety. All types that can be
added as additional types are named types, so this makes the API more
precise.

@andimarek andimarek changed the title add specific transform method for deletion cases Fix schema transformation for complex deletion cases

Jan 19, 2026

@andimarek andimarek changed the title Fix schema transformation for complex deletion cases Fix schema transformation and Field Visibility for complex deletion cases

Jan 19, 2026

bbakerman

bbakerman

bbakerman

bbakerman