We need a mutation that allows an existing project to be remixed. ```graphql mutation($id: ID!) { remixProject(id: $id) { project { id } } } ``` ID might be identifier, although ID would be better, what with the whole locale thing happening.