Fix missing fragmentName

This commit is contained in:
ekzyis 2024-10-25 14:10:41 +02:00
parent 6c16b5eff3
commit 6fa747b234
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ function InviteForm () {
fields: {
invites (existingInviteRefs = []) {
const newInviteRef = cache.writeFragment({
fragmentName: 'InviteFields',
data: createInvite,
fragment: INVITE_FIELDS
})