GraphQL联盟和输入类型?

Ale*_*ith 18 graphql graphql-js

GraphQL中是否有可能具有也是联合的输入类型?

就像是:

const DynamicInputValueType = new GraphQLUnionType({
  name: 'DynamicInputType',
  types: [GraphQLString, GraphQLFloat, GraphQLInt]
})
Run Code Online (Sandbox Code Playgroud)

但也可以用作突变的输入?

Art*_*wak 14

截至2017年9月,这是不可能的.有一个正在进行的讨论围绕此功能.