{
  "bindings": [
    {
      "authLevel": "anonymous",
      "type": "httpTrigger",
      "direction": "in",
      "name": "req",
      "methods": [
        "get",
        "patch",
        "post",
        "delete"
      ],
      "route": "graphData"
    },
    {
      "type": "http",
      "direction": "out",
      "name": "$return"
    }
  ]
}
