Merge pull request #1519 from stackernews/1518-fix-invites

Fix missing fragmentName
This commit is contained in:
Keyan 2024-10-25 07:33:29 -05:00 committed by GitHub
commit 18565200e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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
})