Why get the data in a variable?

后端 未结 0 1341
囚心锁ツ
囚心锁ツ 2021-02-01 06:06

I have the following grapql schema:

type Mutation {
    registryUrl(url: UrlInput!): Boolean
}

input UrlInput {
  url: String!
  date: Date!
  name: String!
}


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