QueryOptions
Defined in: packages/synapse-sdk/src/subgraph/service.ts:53
Options for flexible subgraph queries with custom where clauses
Extends
Section titled “Extends”Extended by
Section titled “Extended by”Properties
Section titled “Properties”first?
Section titled “first?”optional first: number;
Defined in: packages/synapse-sdk/src/subgraph/service.ts:46
Inherited from
Section titled “Inherited from”orderBy?
Section titled “orderBy?”optional orderBy: string;
Defined in: packages/synapse-sdk/src/subgraph/service.ts:55
orderDirection?
Section titled “orderDirection?”optional orderDirection: "asc" | "desc";
Defined in: packages/synapse-sdk/src/subgraph/service.ts:56
optional skip: number;
Defined in: packages/synapse-sdk/src/subgraph/service.ts:47
Inherited from
Section titled “Inherited from”where?
Section titled “where?”optional where: Record<string, any>;
Defined in: packages/synapse-sdk/src/subgraph/service.ts:54