{

  "schema": {
    "request": {
      "url" : "http://localhost:3000/graphql",
      "method" : "POST",
      "postIntrospectionQuery" : true,
      "options" : {
        "headers": {
          "user-agent" : "JS GraphQL"
        }
      }
    }

  },

  "endpoints" : [
    {
      "name": "Default (http://localhost:3000/graphql)",
      "url": "http://localhost:3000/graphql",
      "options" : {
        "headers": {
          "user-agent" : "JS GraphQL"
        }
      }
    }
  ]

}