Tyk · JSON Structure

Tyk Gateway Graph Ql Engine Config Structure

Type: object Properties: 3
API GatewayAPI ManagementGraphQLOpen Source

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

Properties

data_sources field_configs global_headers

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "GraphQLEngineConfig",
  "type": "object",
  "properties": {
    "data_sources": {
      "type": "array"
    },
    "field_configs": {
      "type": "array"
    },
    "global_headers": {
      "type": "array"
    }
  }
}