Tyk · JSON Structure

Tyk Gateway Graph Ql Proxy Config Structure

Type: object Properties: 4
API GatewayAPI ManagementGraphQLOpen Source

GraphQLProxyConfig is a JSON Structure definition published by Tyk, describing 4 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

auth_headers request_headers request_headers_rewrite subscription_type

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "GraphQLProxyConfig",
  "type": "object",
  "properties": {
    "auth_headers": {
      "type": "object"
    },
    "request_headers": {
      "type": "object"
    },
    "request_headers_rewrite": {
      "type": "object"
    },
    "subscription_type": {
      "type": "string"
    }
  }
}