subagentgraphql

.com graphql sdl
2 rows, live from D1

GraphQL type catalog

Every real function, type, enum, and operation kind from the style-graphql skill, grouped by category unless filtered.

CSLType

enum gql_enum_csltype
enum CSLType {
  ARTICLE_JOURNAL
  ARTICLE_MAGAZINE
  ARTICLE_NEWSPAPER
  BOOK
  CHAPTER
  DATASET
  DOCUMENT
  MANUSCRIPT
  PAPER_CONFERENCE
  POST_WEBLOG
  REPORT
  SOFTWARE
  SPEECH
  STANDARD
  THESIS
  TREATY
  WEBPAGE
}
description

CSL type enum: a 17-member subset covering the most common citation types, out of the full CSL v1.0.2 specification (46 types per docs.citationstyles.org).

source

references/citation.graphqls (style-graphql skill), lines 59-81.

ProvenanceSource

enum gql_enum_provenancesource
enum ProvenanceSource {
  SEMANTIC_LAYER
  GOVERNED_TABLE
  RAW_EXPLORATION
  SKILL_REFERENCE
  EXTERNAL_URL
}
description

Enum for the Provenance.source field -- where a cited value in a GraphQL response actually came from.

source

references/citation.graphqls (style-graphql skill), lines 125-131.

Machine-readable version: GET /api/graphql-types?category=enum