You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure. We may have singleton products in the DB. meaning there will be only one of them and multiple engagements may point to them. @sethmcknight
Describe the bug
mutation CreateProduct > Product created with empty input to the required field 'engagementId'
Steps to Reproduce
On Graphql playground or Postman - create a API request as below snap & attached notepad file and execute request.
Expected Result
Product should not be created with empty input to the required field and Validation Error should be thrown for 'engagementId' field.
Actual Result
Product is created successfully with the empty 'engagementId' field.
See video - https://drive.google.com/file/d/1VDifDqbbQvDgf6bWj9inXxKhCgQ5v1lf/view?usp=drivesdk
GraphQL Query ( createProduct ):
Query and Input File
createProduct_RequiredField_blank.txt
CordAPIV3# aaecaf0
The text was updated successfully, but these errors were encountered: