Tyk · Schema

GraphQLSubgraphEntity

API GatewayAPI ManagementGraphQLOpen Source

Properties

Name Type Description
api_id string
headers object
name string
sdl string
subscription_type string
url string
View JSON Schema on GitHub

JSON Schema

tyk-gateway-graph-ql-subgraph-entity-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "GraphQLSubgraphEntity",
  "type": "object",
  "properties": {
    "api_id": {
      "type": "string"
    },
    "headers": {
      "type": "object"
    },
    "name": {
      "type": "string"
    },
    "sdl": {
      "type": "string"
    },
    "subscription_type": {
      "type": "string"
    },
    "url": {
      "type": "string"
    }
  }
}