I’m trying to query and update data in our Shopify store via GraphQL. I can query the required objects such as Customers with the REST API, but I can’t do this with GraphQL. I’ve executed my basic query in GraphiQL on a demo store successfully, so I know the syntax I’m sending through is correct, but I always get a 404 Not Found response.
I’m led to believe that there could be a problem with the store itself, but Shopify Support can’t seem to help me in regard. I only want to use GraphQL because it is more efficient to achieve what I’m after and because I don’t seem to be able to update MetaFields via REST, although I can query them in REST (not in GraphQL). Since REST and GraphQL share scopes for Developed Apps, I’m lost as to why I can’t query any data using GraphQL.
If anyone has any ideas, I’d appreciate it.
