can I assign a variable in a graphql playground to the result of a mutation

前端 未结 0 1359
礼貌的吻别
礼貌的吻别 2021-02-18 17:32

If I have a mutation with 2 fields:

type Mutation {
  createSimulation(
    name: String
    simulators: [AvailableSimulators!]!
    timeToLiveInMS: Int
  ): Simu         


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