Multiple types for a field in Graphene

后端 未结 0 1994
长发绾君心
长发绾君心 2021-01-24 15:57

I have the following class

class Input(InputObjectType):
    feature: Graphene.String = Graphene.String()
    value: ??

Where value

相关标签:
回答
  • 消灭零回复
提交回复
热议问题