How write conditional query in the GraphQl for nested object?

前端 未结 0 1510
借酒劲吻你
借酒劲吻你 2020-12-09 14:45

I am pretty new to graphql, I have a query which is which is returning an nested object.

query {
  myDef{
    my_def_name,
    schema {
        name_id
    }          


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