Compare commits

..

No commits in common. "18565200e61ed44ba6b3762ab3277f7fa8f9e7cf" and "6c16b5eff31d526b3f97653caa3e7d1785677879" have entirely different histories.

View File

@ -27,7 +27,6 @@ function InviteForm () {
fields: {
invites (existingInviteRefs = []) {
const newInviteRef = cache.writeFragment({
fragmentName: 'InviteFields',
data: createInvite,
fragment: INVITE_FIELDS
})