feat: gql codegen + caching + optimistic
This commit is contained in:
committed by
liyasthomas
parent
8d5bd051a1
commit
52539b084d
@@ -0,0 +1,13 @@
|
||||
mutation RenameTeam($newName: String!, $teamID: ID!) {
|
||||
renameTeam(newName: $newName, teamID: $teamID) {
|
||||
id
|
||||
name
|
||||
members {
|
||||
membershipID
|
||||
user {
|
||||
uid
|
||||
}
|
||||
role
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user