Tyk · Schema

GraphQLEngineDataSource

API GatewayAPI ManagementGraphQLOpen Source

Properties

Name Type Description
config string
internal boolean
kind string
name string
root_fields array
View JSON Schema on GitHub

JSON Schema

tyk-gateway-graph-ql-engine-data-source-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "GraphQLEngineDataSource",
  "type": "object",
  "properties": {
    "config": {
      "type": "string"
    },
    "internal": {
      "type": "boolean"
    },
    "kind": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "root_fields": {
      "type": "array"
    }
  }
}