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 am getting rejected when querying the production server with an UnprocessableEntity http status code : The HTTP request failed with status code UnprocessableEntity ({"errors":[{"message":"Field 'baseballCards' doesn't exist on type 'User'","extensions":{"code":"UNPROCESSABLE_ENTITY"}}]})
While the request is working on the playground :
To notice that the request is working fin in both case when I remove the baseballCards field.
Could you point an issue ?
The text was updated successfully, but these errors were encountered:
I can not retrieved the
baseballCards
field when querying the server while it is working on the playground.The common request is :
I am getting rejected when querying the production server with an
UnprocessableEntity
http status code :The HTTP request failed with status code UnprocessableEntity ({"errors":[{"message":"Field 'baseballCards' doesn't exist on type 'User'","extensions":{"code":"UNPROCESSABLE_ENTITY"}}]})
While the request is working on the playground :
![image](https://private-user-images.githubusercontent.com/92556242/346173867-ae34298b-556c-4104-af1d-46fddcf4b1fa.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxMjQwMjIsIm5iZiI6MTczOTEyMzcyMiwicGF0aCI6Ii85MjU1NjI0Mi8zNDYxNzM4NjctYWUzNDI5OGItNTU2Yy00MTA0LWFmMWQtNDZmZGRjZjRiMWZhLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA5VDE3NTUyMlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTY5ZTg2OTg3NTA2YzVmZjI2MDQ1MjI0NTJjMGViOTQ4ODU1N2U4MGYzYWZkNDFkZjMwZWM3MDk3OTdhNzcyZTYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.RvqjxAe8FrthmAELPEEeHgEs6mTFOcXmwZ4l1c8wgew)
To notice that the request is working fin in both case when I remove the
baseballCards
field.Could you point an issue ?
The text was updated successfully, but these errors were encountered: