Signup Module/Component
renatonascalves opened this issue · 0 comments
renatonascalves commented
Add basic support to the Signup module/component:
- Type
- Signup
- Field(s)
- signupBy
-- get signup by
--- id (Relay ID)
--- signupId
--- user email
--- activation key - Connections
- RootQuery -> signups
- Enums
- SignupOrderByEnum
- Model
- Signup
--- Model has more fields when on multisite. - DataLoader
- SignupObjectLoader
- Unit tests
- Check pagination;
- Check multisite;
- Check if activation email is sent after signup creation;
- Mutation(s)
- Create Signup
- Activate Signup
- Delete Signup