-
Hi, In your documentation, it is indicated that you can use GQty's helpers, which are very necessary in some cases. I'm trying to use selectFields() in my next.js project to define specific recursive depth (https://gqty.dev/docs/client/helper-functions#selectfields). Still, unfortunately, I can't access it (nor any other helpers) because they don't exist - neither in client nor in client.client. How can access them? Thanks in advanced, Roee Angel |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hey @roeean. We do not expose them directly. You will have to include |
Beta Was this translation helpful? Give feedback.
-
You can see an example in this blueprint code: |
Beta Was this translation helpful? Give feedback.
You can see an example in this blueprint code:
https://github.com/wpengine/atlas-blueprint-blog/blob/dadab61b51a1cc28bf3ef9cc284a3571269fcb79/src/hooks/useSearch.js#L3