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, andScalars - Generated entity types for the Subsquid schema
- Generated connection,
WhereInput, andOrderByInputtypes 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.