Skip to content

Commit

Permalink
Fix missing fragmentName
Browse files Browse the repository at this point in the history
  • Loading branch information
ekzyis committed Oct 25, 2024
1 parent 6c16b5e commit 6fa747b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pages/invites/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ function InviteForm () {
fields: {
invites (existingInviteRefs = []) {
const newInviteRef = cache.writeFragment({
fragmentName: 'InviteFields',
data: createInvite,
fragment: INVITE_FIELDS
})
Expand Down

0 comments on commit 6fa747b

Please sign in to comment.