How to send graphql query by postman?

前端 未结 14 831
情歌与酒
情歌与酒 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:53

    IF we can pass header type, Then add the header Content-type: application/graphql

    Below link can be used as reference: link description here

提交回复
热议问题