{
  "info": {
    "name": "x-gql API (scan.gg)",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "item": [
    {
      "name": "scanResult",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "https://example.invalid/graphql",
          "host": [
            "https://example.invalid"
          ],
          "path": [
            "graphql"
          ]
        },
        "body": {
          "mode": "graphql",
          "graphql": {
            "query": "query { scanResult { id } }"
          }
        }
      }
    }
  ]
}
