SwoffSwoff

mutateGql

Typed mutation using fetchWithCache mutation strategy.

mutateGql<T>(url, mutation, variables?, options?)

From swoff/graphql/index.ts. Mutation (POST) by default.

import { mutateGql } from "swoff/graphql";

On this page