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

Messages Component #72

Closed
15 tasks done
renatonascalves opened this issue Apr 16, 2021 · 0 comments · Fixed by #88
Closed
15 tasks done

Messages Component #72

renatonascalves opened this issue Apr 16, 2021 · 0 comments · Fixed by #88
Assignees

Comments

@renatonascalves
Copy link
Owner

renatonascalves commented Apr 16, 2021

@todo: Investigate Subscriptions support:

Add basic support to the Messages component:

  • Type
  • Thread
  • Message
  • Recipient
  • Field(s)
  • getThreadBy
    -- get thread by
    -- id (Relay ID)
    -- threadId
  • Connections
  • RootQuery -> threads
  • User -> threads
  • Threads -> messages
    -- Add star filter to get starred messages
  • Threads -> recipients
  • Enums
  • MessageTypeEnum
  • MessageBoxEnum
  • Model
  • Thread
  • Message
  • DataLoader
  • ThreadObjectLoader
  • MessageObjectLoader
  • Unit tests
  • Check user permissions
  • Check pagination
  • Thread Mutation(s)
    • Create
    • Update
    • Delete
  • Message Mutation(s)
    • (Un)Star
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant