Merge pull request #1519 from stackernews/1518-fix-invites
Fix missing fragmentName
This commit is contained in:
commit
18565200e6
@ -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