We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug query products > Getting "Cannot return null for non-nullable field SecuredProductMediums.value." error
Steps to Reproduce On Graphql playground or Postman - create an API request as below snap & attached notepad file and execute the request.
Expected Result Products list should be returned.
Actual Result Getting "Cannot return null for non-nullable field SecuredProductMediums.value." error. See video - https://drive.google.com/file/d/1tk17oCjv1ByAEa7otsFOceHTpLPm4Tz9/view?usp=drivesdk
GraphQL Query ( products - Error ):
GraphQL Query ( products ):
Query and Input File products_medimsNullable_ERR.txt
CordAPIV3# e33b292
The text was updated successfully, but these errors were encountered:
Bug verified. "Cannot return null for non-nullable field SecuredProductMediums.value" error occurs when including mediums in the query.
No error occurs when mediums isn't included.
Sorry, something went wrong.
Should be fixed on the master branch now
tjgersho
Successfully merging a pull request may close this issue.
Describe the bug
query products > Getting "Cannot return null for non-nullable field SecuredProductMediums.value." error
Steps to Reproduce
On Graphql playground or Postman - create an API request as below snap & attached notepad file and execute the request.
Expected Result
Products list should be returned.
Actual Result
Getting "Cannot return null for non-nullable field SecuredProductMediums.value." error.
See video - https://drive.google.com/file/d/1tk17oCjv1ByAEa7otsFOceHTpLPm4Tz9/view?usp=drivesdk
GraphQL Query ( products - Error ):
GraphQL Query ( products ):
Query and Input File
products_medimsNullable_ERR.txt
CordAPIV3# e33b292
The text was updated successfully, but these errors were encountered: