feat: gql codegen + caching + optimistic
This commit is contained in:
committed by
liyasthomas
parent
2325982801
commit
d6324e6ba6
@@ -73,11 +73,11 @@
|
||||
import { useContext } from "@nuxtjs/composition-api"
|
||||
import { pipe } from "fp-ts/function"
|
||||
import * as TE from "fp-ts/TaskEither"
|
||||
import { TeamMemberRole } from "~/helpers/backend/graphql"
|
||||
import {
|
||||
deleteTeam as backendDeleteTeam,
|
||||
leaveTeam,
|
||||
} from "~/helpers/backend/mutations/Team"
|
||||
import { TeamMemberRole } from "~/helpers/backend/types/TeamMemberRole"
|
||||
|
||||
const props = defineProps<{
|
||||
team: {
|
||||
|
||||
Reference in New Issue
Block a user