mutation ($id: ID!) { libraryEntry{ delete(input: {id: $id}) { libraryEntry { id } } } }