Fix missing fragmentName
This commit is contained in:
parent
6c16b5eff3
commit
6fa747b234
|
@ -27,6 +27,7 @@ function InviteForm () {
|
|||
fields: {
|
||||
invites (existingInviteRefs = []) {
|
||||
const newInviteRef = cache.writeFragment({
|
||||
fragmentName: 'InviteFields',
|
||||
data: createInvite,
|
||||
fragment: INVITE_FIELDS
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue