Identical query definition but with different response in graphql

后端 未结 0 456
长发绾君心
长发绾君心 2020-12-18 08:28

I am using react and apollo

I made a query in a file that looks like

query1.graphql

query User($pk: Int!) {
    user(pk: $pk) {
        id
              


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