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 / index.ts
Size: Mime:
/* eslint-disable import/no-namespace */
import * as categories from './categories'
import * as list from './list'
import * as oms from './oms'
import * as review from './review'
import * as catalog from './catalog'
import * as store from './store'
import * as user from './user'
import * as cartAndCheckout from './cartAndCheckout'
import * as microservices from './microservices'

export { categories, list, oms, review, catalog, store, user, cartAndCheckout, microservices }