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 / dist / generated / types.js
Size: Mime:
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const graphql_binding_1 = require("graphql-binding");
class Binding extends graphql_binding_1.Binding {
    constructor({ schema, fragmentReplacements }) {
        super({ schema, fragmentReplacements });
        this.query = {
            profile: (args, context, info) => super.delegate('query', 'profile', args, context, info),
            categoryList: (args, context, info) => super.delegate('query', 'categoryList', args, context, info),
            categoryLandingPage: (args, context, info) => super.delegate('query', 'categoryLandingPage', args, context, info),
            brandLandingPage: (args, context, info) => super.delegate('query', 'brandLandingPage', args, context, info),
            tabbedFeaturedProductList: (args, context, info) => super.delegate('query', 'tabbedFeaturedProductList', args, context, info),
            homePage: (args, context, info) => super.delegate('query', 'homePage', args, context, info),
            orderLookupList: (args, context, info) => super.delegate('query', 'orderLookupList', args, context, info),
            orderList: (args, context, info) => super.delegate('query', 'orderList', args, context, info),
            orderDetail: (args, context, info) => super.delegate('query', 'orderDetail', args, context, info),
            productDetail: (args, context, info) => super.delegate('query', 'productDetail', args, context, info),
            productList: (args, context, info) => super.delegate('query', 'productList', args, context, info),
            productFilter: (args, context, info) => super.delegate('query', 'productFilter', args, context, info),
            productSort: (args, context, info) => super.delegate('query', 'productSort', args, context, info),
            productRefine: (args, context, info) => super.delegate('query', 'productRefine', args, context, info),
            searchRefine: (args, context, info) => super.delegate('query', 'searchRefine', args, context, info),
            search: (args, context, info) => super.delegate('query', 'search', args, context, info),
            getLists: (args, context, info) => super.delegate('query', 'getLists', args, context, info),
            favorites: (args, context, info) => super.delegate('query', 'favorites', args, context, info),
            logOut: (args, context, info) => super.delegate('query', 'logOut', args, context, info),
            listItems: (args, context, info) => super.delegate('query', 'listItems', args, context, info),
            cart: (args, context, info) => super.delegate('query', 'cart', args, context, info),
            loyalty: (args, context, info) => super.delegate('query', 'loyalty', args, context, info),
            suggestion: (args, context, info) => super.delegate('query', 'suggestion', args, context, info),
            storeLocator: (args, context, info) => super.delegate('query', 'storeLocator', args, context, info),
            getKeyToken: (args, context, info) => super.delegate('query', 'getKeyToken', args, context, info),
            getServiceToken: (args, context, info) => super.delegate('query', 'getServiceToken', args, context, info),
            productReview: (args, context, info) => super.delegate('query', 'productReview', args, context, info),
            productRating: (args, context, info) => super.delegate('query', 'productRating', args, context, info),
            getUserPayments: (args, context, info) => super.delegate('query', 'getUserPayments', args, context, info),
            getUserAddresses: (args, context, info) => super.delegate('query', 'getUserAddresses', args, context, info)
        };
        this.mutation = {
            addToBag: (args, context, info) => super.delegate('mutation', 'addToBag', args, context, info),
            updateBag: (args, context, info) => super.delegate('mutation', 'updateBag', args, context, info),
            deleteFromBag: (args, context, info) => super.delegate('mutation', 'deleteFromBag', args, context, info),
            updateShippingMethods: (args, context, info) => super.delegate('mutation', 'updateShippingMethods', args, context, info),
            setShipping: (args, context, info) => super.delegate('mutation', 'setShipping', args, context, info),
            registerGuest: (args, context, info) => super.delegate('mutation', 'registerGuest', args, context, info),
            registerUser: (args, context, info) => super.delegate('mutation', 'registerUser', args, context, info),
            login: (args, context, info) => super.delegate('mutation', 'login', args, context, info),
            socialLogin: (args, context, info) => super.delegate('mutation', 'socialLogin', args, context, info),
            updateSecurity: (args, context, info) => super.delegate('mutation', 'updateSecurity', args, context, info),
            createList: (args, context, info) => super.delegate('mutation', 'createList', args, context, info),
            createSaveForLater: (args, context, info) => super.delegate('mutation', 'createSaveForLater', args, context, info),
            addItem: (args, context, info) => super.delegate('mutation', 'addItem', args, context, info),
            deleteItem: (args, context, info) => super.delegate('mutation', 'deleteItem', args, context, info),
            cancelOrder: (args, context, info) => super.delegate('mutation', 'cancelOrder', args, context, info),
            returnOrder: (args, context, info) => super.delegate('mutation', 'returnOrder', args, context, info),
            addPromo: (args, context, info) => super.delegate('mutation', 'addPromo', args, context, info),
            orderAgain: (args, context, info) => super.delegate('mutation', 'orderAgain', args, context, info),
            deletePromo: (args, context, info) => super.delegate('mutation', 'deletePromo', args, context, info),
            addPaymentMethod: (args, context, info) => super.delegate('mutation', 'addPaymentMethod', args, context, info),
            deletePaymentMethod: (args, context, info) => super.delegate('mutation', 'deletePaymentMethod', args, context, info),
            setGuestDetails: (args, context, info) => super.delegate('mutation', 'setGuestDetails', args, context, info),
            submitOrder: (args, context, info) => super.delegate('mutation', 'submitOrder', args, context, info),
            recalculateOrder: (args, context, info) => super.delegate('mutation', 'recalculateOrder', args, context, info),
            resetByEmail: (args, context, info) => super.delegate('mutation', 'resetByEmail', args, context, info),
            validateByEmail: (args, context, info) => super.delegate('mutation', 'validateByEmail', args, context, info),
            getSecurityQuestions: (args, context, info) => super.delegate('mutation', 'getSecurityQuestions', args, context, info),
            resetPasswordBySecurityQuestions: (args, context, info) => super.delegate('mutation', 'resetPasswordBySecurityQuestions', args, context, info),
            updateProfile: (args, context, info) => super.delegate('mutation', 'updateProfile', args, context, info),
            updatePassword: (args, context, info) => super.delegate('mutation', 'updatePassword', args, context, info),
            addAddressToProfile: (args, context, info) => super.delegate('mutation', 'addAddressToProfile', args, context, info),
            removeAddressFromProfile: (args, context, info) => super.delegate('mutation', 'removeAddressFromProfile', args, context, info),
            updateShippingAddress: (args, context, info) => super.delegate('mutation', 'updateShippingAddress', args, context, info),
            defaultShippingAddress: (args, context, info) => super.delegate('mutation', 'defaultShippingAddress', args, context, info),
            resetBySms: (args, context, info) => super.delegate('mutation', 'resetBySms', args, context, info),
            twitterAuthToken: (args, context, info) => super.delegate('mutation', 'twitterAuthToken', args, context, info),
            addCard: (args, context, info) => super.delegate('mutation', 'addCard', args, context, info),
            deleteCard: (args, context, info) => super.delegate('mutation', 'deleteCard', args, context, info),
            changeDefaultCard: (args, context, info) => super.delegate('mutation', 'changeDefaultCard', args, context, info),
            estimateShipping: (args, context, info) => super.delegate('mutation', 'estimateShipping', args, context, info)
        };
    }
}
exports.Binding = Binding;
//# sourceMappingURL=types.js.map