如自述文件中所述,我添加了leagen/graphql-spqr。在我们有一个像 customtype.types.gql 这样的 graphql 类型的自定义实现之前。
实施后,一切正常,除了称为 OperatorInput 的类型,在自动生成的 graphql 文档中命名,如“OperatorInputInput”。我试图在声明中像这样更改它:
@GraphQLArgument(name = "OperatorInput", description = "Required fields for Operator") OperatorInput operator
但它没有被应用。你知道任何解决方法吗?