Ale*_*ith 18 graphql graphql-js
GraphQL中是否有可能具有也是联合的输入类型?
就像是:
const DynamicInputValueType = new GraphQLUnionType({
name: 'DynamicInputType',
types: [GraphQLString, GraphQLFloat, GraphQLInt]
})
Run Code Online (Sandbox Code Playgroud)
但也可以用作突变的输入?
| 归档时间: |
|
| 查看次数: |
4527 次 |
| 最近记录: |