Apollo Graphql, how to think about enriching types

后端 未结 0 1889
野性不改
野性不改 2021-01-15 21:55

I got a type for an order like below:

order: {
  ...
  subscriptionProducts: [{
   id: ID!
   enabled: Boolean!
   ...
  }]
}

Now I am in the

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