Tyk · JSON Structure

Tyk Gateway Graph Ql Supergraph Config Structure

Type: object Properties: 5
API GatewayAPI ManagementGraphQLOpen Source

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

Properties

disable_query_batching global_headers merged_sdl subgraphs updated_at

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "GraphQLSupergraphConfig",
  "type": "object",
  "properties": {
    "disable_query_batching": {
      "type": "boolean"
    },
    "global_headers": {
      "type": "object"
    },
    "merged_sdl": {
      "type": "string"
    },
    "subgraphs": {
      "type": "array"
    },
    "updated_at": {
      "type": "string"
    }
  }
}