funds.subgraph
@bosonprotocol/core-sdk / Exports / funds / subgraph
Namespace: subgraph
funds.subgraph
Table of contents
Type Aliases
Functions
Type Aliases
SingleFundsQueryVariables
Ƭ SingleFundsQueryVariables: Omit<GetFundsByIdQueryVariables, "fundsId">
Defined in
Functions
getFunds
▸ getFunds(subgraphUrl, queryVars?): Promise<FundsEntityFieldsFragment[]>
Parameters
| Name | Type |
|---|---|
subgraphUrl | string |
queryVars | Exact<{ fundsFilter?: FundsEntity_Filter ; fundsFirst?: number ; fundsOrderBy?: FundsEntity_OrderBy ; fundsOrderDirection?: OrderDirection ; fundsSkip?: number }> |
Returns
Promise<FundsEntityFieldsFragment[]>
Defined in
getFundsById
▸ getFundsById(subgraphUrl, fundsId, queryVars?): Promise<FundsEntityFieldsFragment>
Parameters
| Name | Type |
|---|---|
subgraphUrl | string |
fundsId | BigNumberish |
queryVars | SingleFundsQueryVariables |
Returns
Promise<FundsEntityFieldsFragment>