NestedQueryOptions
Defined in: packages/synapse-sdk/src/subgraph/service.ts:62
Options for nested entity queries in subgraphs
Extends
Section titled “Extends”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”nestedWhere?
Section titled “nestedWhere?”optional nestedWhere: Record<string, any>;
Defined in: packages/synapse-sdk/src/subgraph/service.ts:63
orderBy?
Section titled “orderBy?”optional orderBy: string;
Defined in: packages/synapse-sdk/src/subgraph/service.ts:55
Inherited from
Section titled “Inherited from”orderDirection?
Section titled “orderDirection?”optional orderDirection: "asc" | "desc";
Defined in: packages/synapse-sdk/src/subgraph/service.ts:56
Inherited from
Section titled “Inherited from”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