Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Comment { thread, container } #3315

Merged
merged 2 commits into from
Oct 17, 2024
Merged

Add Comment { thread, container } #3315

merged 2 commits into from
Oct 17, 2024

Conversation

CarsonF
Copy link
Member

@CarsonF CarsonF commented Oct 17, 2024

No description provided.

Copy link

🗞 GraphQL Summary

View schema changes
@@ -214,12 +214,14 @@
   body: SecuredRichText!
 
   """Whether the requesting user can delete this resource"""
   canDelete: Boolean!
+  container: Commentable!
   createdAt: DateTime!
   creator: User!
   id: ID!
   modifiedAt: DateTime!
+  thread: CommentThread!
 }
 
 type CommentList implements PaginatedList & Secured {
   """
@@ -263,8 +265,9 @@
   canDelete: Boolean!
 
   """List of comments belonging to a thread"""
   comments(input: CommentListInput = {count: 25, order: DESC, page: 1, sort: "createdAt"}): CommentList!
+  container: Commentable!
   createdAt: DateTime!
   creator: User!
   firstComment: Comment!
   id: ID!

@CarsonF CarsonF merged commit febff99 into develop Oct 17, 2024
15 checks passed
@CarsonF CarsonF deleted the comments/expose-up branch October 17, 2024 14:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant