ActivityReplySchema: "\n id\n userId\n activityId\n text (asHtml: $asHtml)\n likeCount\n isLiked\n createdAt\n user {\n \n id\n name\n avatar {\n large\n }\n\n }\n likes {\n \n id\n name\n avatar {\n large\n }\n\n }\n" = ...

ActivityReplySchema is a constant representing the GraphQL schema for an activity reply query. It includes the id of the reply, the user id, the activity id, the text of the reply, the like count, the like status, the creation date, the user details, and the likes details.