Querying for data by shop id

Today I managed to get queries working by shop id. I defined a new type on the server side and ensured that things worked in graphiql, then I migrated the graphiql query to the frontend and wired things up.

The next thing I’d like to do is probably to try to figure out subdomains, and use this to select the correct data by shopId from the frontend.

Tags:

Leave a comment