WSO2 · Schema

List of types and corresponding fields of the GraphQL Schema

GraphQLSchemaTypeList schema from WSO2 API Manager

API ManagementGatewaysOpen SourceAPI LifecycleGraphQLSOAPREST

Properties

Name Type Description
typeList array
View JSON Schema on GitHub

JSON Schema

publisher-api-graph-ql-schema-type-list-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/wso2/refs/heads/main/json-schema/publisher-api-graph-ql-schema-type-list-schema.json",
  "title": "List of types and corresponding fields of the GraphQL Schema",
  "description": "GraphQLSchemaTypeList schema from WSO2 API Manager",
  "type": "object",
  "properties": {
    "typeList": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/GraphQLSchemaType"
      }
    }
  }
}