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

Invites - Groups Component #71

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

Invites - Groups Component #71

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

Comments

@renatonascalves
Copy link
Owner

renatonascalves commented Apr 16, 2021

Complete support of the Groups component:

  • Fields
  • getInviteBy
    -- get group invite by
    --- id (Relay ID)
    --- inviteId
    --- type: INVITE
  • Connections
  • group -> invites (Type: INVITE)
  • user -> invites (Type: INVITE)
  • Enums
  • InvitationTypeEnum
  • Model
  • Invitation
  • Check permissions
  • Check results from group and user connections since they are different from both
  • Mutations
    • Create
    • Update / Accept invitation
    • Delete / Reject invitation

Related to #2

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