How to send graphql query by postman?

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

    Postman has recently launched its out of box support for GraphQL: https://blog.getpostman.com/2019/06/18/postman-v7-2-supports-graphql/

    Below is the screenshot of testing GraphQL locally:

    Note: Running GraphQL locally using spring-boot https://www.baeldung.com/spring-graphql

提交回复
热议问题