• Loads the query set reducer and returns the available query set action creators.

    Parameters

    • engine: CommerceEngine

      The commerce engine.

    Returns {
        registerQuerySetQuery: ActionCreatorWithPreparedPayload;
        updateQuerySetQuery: ActionCreatorWithPreparedPayload;
    }

    An object holding the query set action creators.