WITH 'graphql-knowledge/profile-set-pre-saved-show-sme-data/' + $identityId AS by MATCH (p:Profile {profileType: $profileType, profileId: toInteger($profileId)}) SET p.preSavedShowSMEData = toBoolean($showSMEData), p.lastModifiedBy = by, p.lastModifiedAt = datetime() RETURN p.profileId