google/rejoiner

Schema Modification does not work on Input types

Open

#70 aperta il 27 feb 2019

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)Java (152 fork)batch import
help wanted

Metriche repository

Star
 (3647 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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 on GraphQLObjectType instead of GraphQLInputObjectType:

https://github.com/google/rejoiner/blob/cedc123c18918d8c090543a4236ee344d2dbffeb/rejoiner/src/main/java/com/google/api/graphql/rejoiner/ProtoRegistry.java#L196-L206

Is there any chance we can add support for type modification on the input type?

Guida contributor