How to send graphql query by postman?

前端 未结 14 830
情歌与酒
情歌与酒 2020-11-29 16:19

I use

POST type
URL http://######/graphql
Body: 
query: \"query: \"{\'noteTypes\':  {\'name\', \'label\', \'labelColor\', \'groupName\', \'groupLabel\', \'i         


        
14条回答
  •  悲哀的现实
    2020-11-29 16:49

    If you're using Visual Studio, I have written a plugin to convert GraphQL to Restful body

    https://marketplace.visualstudio.com/items?itemName=orasik.graphql-to-rest-queries

提交回复
热议问题