Tyk · JSON Structure

Tyk Gateway Graph Ql Engine Data Source Structure

Type: object Properties: 5
API GatewayAPI ManagementGraphQLOpen Source

GraphQLEngineDataSource 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

config internal kind name root_fields

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "GraphQLEngineDataSource",
  "type": "object",
  "properties": {
    "config": {
      "type": "string"
    },
    "internal": {
      "type": "boolean"
    },
    "kind": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "root_fields": {
      "type": "array"
    }
  }
}