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
{{ message }}
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.
We are trying to remove a field on an input by doing SchemaModification, but from this code it looks like proto modification only works on GraphQLObjectType instead of GraphQLInputObjectType:
Hello,
We are trying to remove a field on an input by doing
SchemaModification
, but from this code it looks like proto modification only works onGraphQLObjectType
instead ofGraphQLInputObjectType
:rejoiner/rejoiner/src/main/java/com/google/api/graphql/rejoiner/ProtoRegistry.java
Lines 196 to 206 in cedc123
Is there any chance we can add support for type modification on the input type?
The text was updated successfully, but these errors were encountered: