UNPKG

@abstract-foundation/agw-react

Version:
10 lines 327 B
import { createSession, } from "../actions/createSession.js"; export function createSessionMutationOptions(config) { return { mutationFn: async (variables) => { return createSession(config, variables); }, mutationKey: ["createSession"], }; } //# sourceMappingURL=createSession.js.map