ThreadNotificationSchema: "\n id\n userId\n type\n commentId\n context\n createdAt\n thread {\n \n id\n title\n body (asHtml: $asHtml)\n siteUrl\n\n }\n comment {\n \n id\n userId\n threadId\n\n }\n user {\n \n id\n name\n avatar {\n large\n }\n\n }\n" = ...

ThreadNotificationSchema is a string representing the GraphQL schema for a thread notification. It includes the id, userId, type, commentId, context, createdAt, thread, comment, and user.