mutation DeleteNovel($input: DeleteNovelInput!) { deleteNovel(input: $input) { boolean errors { ... on Error { message } } } }