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