Compare commits

...

2 Commits

Author SHA1 Message Date
Keyan 18565200e6
Merge pull request #1519 from stackernews/1518-fix-invites
Fix missing fragmentName
2024-10-25 07:33:29 -05:00
ekzyis 6fa747b234 Fix missing fragmentName 2024-10-25 14:10:41 +02:00
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
})