Get GraphQL whole schema query

后端 未结 10 1251
花落未央
花落未央 2020-12-22 23:23

I want to get the schema from the server. I can get all entities with the types but I\'m unable to get the properties.

Getting all types:

query {
  _         


        
10条回答
  •  庸人自扰
    2020-12-23 00:07

    using apollo cli

    apollo schema:download --endpoint=http://localhost:4000/graphql schema.json
    

提交回复
热议问题