Tyk · JSON Structure

Tyk Gateway Graph Ql Config Structure

Type: object Properties: 6
API GatewayAPI ManagementGraphQLOpen Source

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

Properties

enabled execution_mode last_schema_update schema type_field_configurations version

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "GraphQLConfig",
  "type": "object",
  "properties": {
    "enabled": {
      "type": "boolean"
    },
    "execution_mode": {
      "type": "string"
    },
    "last_schema_update": {
      "type": "string"
    },
    "schema": {
      "type": "string"
    },
    "type_field_configurations": {
      "type": "array"
    },
    "version": {
      "type": "string"
    }
  }
}