-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Added the error coverage for category query #8489
Added the error coverage for category query #8489
Conversation
|
||
Error | Description | ||
--- | --- | ||
`Category doesn't exist` | The specified category-id value does not exist. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
`Category doesn't exist` | The specified category-id value does not exist. | |
`Category doesn't exist` | The specified category ID value does not exist. |
Error | Description | ||
--- | --- | ||
`Category doesn't exist` | The specified category-id value does not exist. | ||
`Field \"category\" argument \"id\" requires type Int, found "XXX" ` | The given category-id is not of type `int`, which is the required type. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The suggestion is what other docs have said in this case - so consistency + should solve linting
`Field \"category\" argument \"id\" requires type Int, found "XXX" ` | The given category-id is not of type `int`, which is the required type. | |
`Field "category" argument "id" requires type Int, found "XXX" ` | The specified `id` argument value has the wrong type. |
|
||
Error | Description | ||
--- | --- | ||
`Category doesn't exist` | The specified category-id value does not exist. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
`Category doesn't exist` | The specified category-id value does not exist. | |
`Category doesn't exist` | The specified category ID value does not exist. |
Error | Description | ||
--- | --- | ||
`Category doesn't exist` | The specified category-id value does not exist. | ||
`Field \"category\" argument \"id\" requires type Int, found "XXX" ` | The given category-id is not of type `int`, which is the required type. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
`Field \"category\" argument \"id\" requires type Int, found "XXX" ` | The given category-id is not of type `int`, which is the required type. | |
`Field "category" argument "id" requires type Int, found "XXX" ` | The specified `id` argument value has the wrong type. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
running tests |
Hi @dineshvb, thank you for your contribution! |
Purpose of this pull request
This pull request (PR) adds the error coverage for category query.
Affected DevDocs pages