Skip to main content

subsquid types

This type-only entrypoint re-exports the generated GraphQL schema types from the SDK's Subsquid codegen.

What it contains

  • GraphQL scalar helpers such as Maybe, InputMaybe, Exact, and Scalars
  • Generated entity types for the Subsquid schema
  • Generated connection, WhereInput, and OrderByInput types for paginated GraphQL queries
import type { Scalars, MarketInfo, ClaimActionWhereInput } from "@gmx-io/sdk/types/subsquid";

This surface is generated and intentionally large. Use it when you need exact schema types for custom Subsquid queries.