UNPKG

@abstract-foundation/agw-react

Version:
13 lines 495 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.createSessionMutationOptions = createSessionMutationOptions; const createSession_js_1 = require("../actions/createSession.js"); function createSessionMutationOptions(config) { return { mutationFn: async (variables) => { return (0, createSession_js_1.createSession)(config, variables); }, mutationKey: ["createSession"], }; } //# sourceMappingURL=createSession.js.map