Shopify´s Hello world template + Sanity, trouble querying with Graphql #2470
Unanswered
alexander-rusiecki
asked this question in
Help
Replies: 1 comment 1 reply
-
I think you can use graphql instead of groq but why not use the same groq query?
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everybody,
I´m a complete novice at this and need some help.
I installed Shopify´s Hydrogen Hello world template and integrated Sanity IO. I don´t have any issues querying products, collections, pages and so on with Graphql but I want to query a document called "Home" that comes with the installation (schemas -> singletons -> home.ts).
The Groq query is
*[_type == "Home"]
, easy as that. Does anybody know the Graphql query for that document?Best regards,
Alex
Beta Was this translation helpful? Give feedback.
All reactions