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

Membership Requests - Groups Component #75

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

Membership Requests - Groups Component #75

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

Comments

@renatonascalves
Copy link
Owner

renatonascalves commented Apr 17, 2021

Complete support of the Groups component:

  • Fields
  • getInviteBy
    -- get group membership request by
    --- id (Relay ID)
    --- inviteId
    --- type: REQUEST
  • Connections
  • group -> invites (Type: REQUEST)
  • user -> invites (Type: REQUEST)
  • Enums
  • InvitationTypeEnum
  • Model
  • Invitation
  • Check permissions
  • Mutations
    • Create
    • Update / Accept request
    • Delete / Reject request

Related to #71

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