How to list fields of a node and dump it's data? GraphQL introspection

前端 未结 0 1148
一整个雨季
一整个雨季 2021-01-25 01:05

I was able to get the usernames like this

query { allUsers{ edges{ node{ username } } } }

but when i tried the same for the xxx node like this query { allUsers{ ed

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