Tyk · JSON Structure

Tyk Gateway Graph Ql Field Config Structure

Type: object Properties: 4
API GatewayAPI ManagementGraphQLOpen Source

GraphQLFieldConfig is a JSON Structure definition published by Tyk, describing 4 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

disable_default_mapping field_name path type_name

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "GraphQLFieldConfig",
  "type": "object",
  "properties": {
    "disable_default_mapping": {
      "type": "boolean"
    },
    "field_name": {
      "type": "string"
    },
    "path": {
      "type": "array"
    },
    "type_name": {
      "type": "string"
    }
  }
}