Hello
since today we have an error making a query to our shopify store.We receive an error stating that the presentmenrPrice field is missing.
Can anyone help me understand where the issue is ?
{
"errors": [
{
"message": "Field 'presentmentPrices' doesn't exist on type 'ProductVariant'",
"locations": [
{
"line": 1,
"column": 94
}
],
"path": [
"fragment VariantFragment",
"presentmentPrices"
],
"extensions": {
"code": "undefinedField",
"typeName": "ProductVariant",
"fieldName": "presentmentPrices"
}
},
{
"message": "Field 'description' doesn't exist on type 'ScriptDiscountApplication'",
"locations": [
{
"line": 1,
"column": 904
}
],
"path": [
"fragment DiscountApplicationFragment",
"... on ScriptDiscountApplication",
"description"
],
"extensions": {
"code": "undefinedField",
"typeName": "ScriptDiscountApplication",
"fieldName": "description"
}
}
]
}
thanks a lot by advance