Two GraphQL types with shared fields

前端 未结 0 920
北恋
北恋 2021-01-18 08:18

Given the following use-case, what\'s the GQL way of defining these Types

Pseudo-code below:

type BasicUser {
  id: ID!
  firstName: String!
  lastName         


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