google/rejoiner

Schema Modification does not work on Input types

开放

#70 创建于 2019年2月27日

 (0 条评论) (0 个反应) (0 位负责人)Java (152 个派生)batch import
help wanted

仓库指标

星标
 (3,647 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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?

贡献者指南