query GetComments($commentableId: String!, $commentableType: String!, $orderBy: String) { currentUser { name avatarUrl } comments(commentableId: $commentableId, commentableType: $commentableType, orderBy: $orderBy) { id ...CommentThread } }