Tyk · Schema

GraphQLTypeFields

API GatewayAPI ManagementGraphQLOpen Source

Properties

Name Type Description
fields array
type string
View JSON Schema on GitHub

JSON Schema

tyk-gateway-graph-ql-type-fields-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "GraphQLTypeFields",
  "type": "object",
  "properties": {
    "fields": {
      "type": "array"
    },
    "type": {
      "type": "string"
    }
  }
}