Replies: 1 comment 1 reply
-
If the client has an API that allows you to query stuff directly without using composables then that's the way to do it. Otherwise you need to have your composable called in |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I want to make a GraphQL request inside of my validation schema like this using the Apollo Client:
The problem is I have to call the
useQuery
hook outside ofsetup
. Is there a best practice on how to use hooks inside of the validation schema?Beta Was this translation helpful? Give feedback.
All reactions