categoryList
Fetch list of all categories without filters
Signature
declare function categoryList(
context: Context,
params: QueryCategoryListArgs,
customQuery?: CustomQuery,
customHeaders?: CustomHeaders
): Promise<ApolloQueryResult<CategoryListQuery>>;Parameters
| Name | Required | Type | Description |
|---|---|---|---|
context | Required | Context | |
params | Required | QueryCategoryListArgs | |
customQuery | Optional | CustomQuery | |
customHeaders | Optional | CustomHeaders |
Referenced Types
- Context
- QueryCategoryListArgs
- CustomQuery
- CustomHeaders
ApolloQueryResultCategoryListQuery