GraphQLReferenceMutationscopyExperienceOn this pagecopyExperience Copy an experience with a new name and/or to a different group. Input experienceCopyInput Return Type ID Example mutation CopyExperience { copyExperience(input: { experienceId: "ZXhwMTIzNDU2" groupId: "Z3JwNzg5MDEy" newTitle: "Corporate Branding (Copy)" })} Related createExperience Experience type