We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem: Users arent able to shape the replies coming back from api side via hooks
Solution: Pass Fragments directly to hooks
const { retrieveStripeCustomer } = useStripeCustomer({ retrieveFragment: gql` fragment CustomerFragment on StripeCustomer { id name email } `, })
Already able to pass fragments on useStripeCustomer and useStripeSubscriptions
The text was updated successfully, but these errors were encountered:
Add docs for using <Cells/> for cases not catered for with plugin.
<Cells/>
Sorry, something went wrong.
No branches or pull requests
Problem: Users arent able to shape the replies coming back from api side via hooks
Solution: Pass Fragments directly to hooks
Already able to pass fragments on useStripeCustomer and useStripeSubscriptions
The text was updated successfully, but these errors were encountered: