ShopifySharp icon indicating copy to clipboard operation
ShopifySharp copied to clipboard

Query demands required parameter after version update

Open QnavWhat opened this issue 1 year ago • 13 comments

Hi, I just updated from Version 6.3.0 to 6.6.0 and without changing the queries, I get the following error message when running GraphQL calls:

{"(400 Bad Request) query: Required parameter missing or invalid"}

The same query runs fine with the previous version and I could find any change log with related information. The higher versions I tested return this message as well. I get the error message for every query I tested like ''query MyQuery { shop { name } }". When using e.g. POSTMAN I can run the query without exception.

Thanks and regards

QnavWhat avatar Jul 03 '24 06:07 QnavWhat