Tyk · Schema

PersistGraphQLMeta

API GatewayAPI ManagementGraphQLOpen Source

Properties

Name Type Description
method string
operation string
path string
variables object
View JSON Schema on GitHub

JSON Schema

tyk-gateway-persist-graph-ql-meta-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "PersistGraphQLMeta",
  "type": "object",
  "properties": {
    "method": {
      "type": "string"
    },
    "operation": {
      "type": "string"
    },
    "path": {
      "type": "string"
    },
    "variables": {
      "type": "object"
    }
  }
}