Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@skava/graphql / src / endpoints / categories / defaultParams.ts
Size: Mime:
/* eslint-disable id-length */
const categoriesParams = {
  // campaignId,
  // storeId,
  subcategory: true,

  /**
   * this is a random number for cache
   */
  t: 124,
}

export { categoriesParams }
export default categoriesParams