GraphQL

Typed object and input classes, resolvers, and the schema workflow.

  • Define Types

    Object and input types as decorated classes, with the schema generated from your code.

  • Write Resolvers

    Queries, mutations, typed arguments, and per-operation context in resolver classes.

  • The Schema Workflow

    Enable GraphQL, keep a committed SDL snapshot, and gate breaking changes in CI.