Hi,
Trying new feature here: https://shopify.dev/api/shopifyql/example
However, I keep getting the following error with the example call:
{‘errors’: [{‘message’: “Field ‘shopifyqlQuery’ doesn’t exist on type ‘QueryRoot’”, ‘locations’: [{‘line’: 3, ‘column’: 3}], ‘path’: [‘query’, ‘shopifyqlQuery’], ‘extensions’: {‘code’: ‘undefinedField’, ‘typeName’: ‘QueryRoot’, ‘fieldName’: ‘shopifyqlQuery’}}]}
I have tried later API versions as well, on multiple plus account shops, same error.
Further, I cannot locate the query root in GraphQLPlayground, making me think it hasn’t been exposed despite documentation to the contrary.
Anyone else running into this?