-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Why is this important?
- This will enable the creation of ratings for books on the platform.
Acceptance Criteria
Scenario 1
- GIVEN - A user
- WHEN - Makes a mutation query with valid information
- THEN - A publisher should be created on the platform
Scenario 2
- GIVEN - A user
- WHEN - Makes a mutation query with invalid information
- THEN - Descriptive errors should be returned to the user
Scenario 3
- GIVEN - A user
- WHEN - Makes a mutation query with valid information which already exists
- THEN - Descriptive errors should be returned to the user
DEV NOTES
- Create a
createRatingresolver which creates a book on the API.
Reactions are currently unavailable