Open taki-tiler[bot] opened 5 years ago
finish
After you create the frontend, it's time to send this data to the server for creating the user.
The mutation used to create an user is the UserCreate
mutation. Docs in Documentation Explorer.
When this integration is done, your screen should:
finish
Click here for your next track
Step 1 - Add User Screen Frontend (FE)
Estimated time: 2 hours
Now, we need an Add User Screen so we can... well... add new user users into our app. 😑
Our screen should have:
UserType
GraphQL type, except for:UserType
GraphQL type.NOTE: following the process of previous tracks, this step contemplates only FE