Tyk · Schema

FieldLimits

API GatewayAPI ManagementGraphQLOpen Source

Properties

Name Type Description
max_query_depth integer
View JSON Schema on GitHub

JSON Schema

tyk-gateway-field-limits-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "FieldLimits",
  "type": "object",
  "properties": {
    "max_query_depth": {
      "type": "integer"
    }
  }
}