QueryOptions
Defined in: packages/synapse-sdk/src/subgraph/service.ts:54
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?”
optionalfirst:number
Defined in: packages/synapse-sdk/src/subgraph/service.ts:47
Inherited from
Section titled “Inherited from”orderBy?
Section titled “orderBy?”
optionalorderBy:string
Defined in: packages/synapse-sdk/src/subgraph/service.ts:56
orderDirection?
Section titled “orderDirection?”
optionalorderDirection:"asc"|"desc"
Defined in: packages/synapse-sdk/src/subgraph/service.ts:57
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