Alokai

categoryList

Fetch list of all categories without filters

Signature

declare function categoryList(
	context: Context,
	params: QueryCategoryListArgs,
	customQuery?: CustomQuery,
	customHeaders?: CustomHeaders
): Promise<ApolloQueryResult<CategoryListQuery>>;

Parameters

NameRequiredTypeDescription
contextRequiredContext
paramsRequiredQueryCategoryListArgs
customQueryOptionalCustomQuery
customHeadersOptionalCustomHeaders

Referenced Types

On this page