NestedQueryOptions
Defined in: packages/synapse-sdk/src/subgraph/service.ts:63
Options for nested entity queries in subgraphs
Extends
Section titled “Extends”Properties
Section titled “Properties”first?
Section titled “first?”
optionalfirst:number
Defined in: packages/synapse-sdk/src/subgraph/service.ts:47
Inherited from
Section titled “Inherited from”nestedWhere?
Section titled “nestedWhere?”
optionalnestedWhere:Record<string,any>
Defined in: packages/synapse-sdk/src/subgraph/service.ts:64
orderBy?
Section titled “orderBy?”
optionalorderBy:string
Defined in: packages/synapse-sdk/src/subgraph/service.ts:56
Inherited from
Section titled “Inherited from”orderDirection?
Section titled “orderDirection?”
optionalorderDirection:"asc"|"desc"
Defined in: packages/synapse-sdk/src/subgraph/service.ts:57
Inherited from
Section titled “Inherited from”
optionalskip:number
Defined in: packages/synapse-sdk/src/subgraph/service.ts:48
Inherited from
Section titled “Inherited from”where?
Section titled “where?”
optionalwhere:Record<string,any>
Defined in: packages/synapse-sdk/src/subgraph/service.ts:55