Skip to content
New issue

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

Refactor to use drop-in replacement of useFaustQuery #73

Closed
wants to merge 2 commits into from

Conversation

josephfusco
Copy link
Member

No description provided.

Copy link

vercel bot commented Jul 26, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
acf-wpgraphql-com ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 26, 2024 5:50pm

Comment on lines +4 to +8
export function useFaustQuery(query, props = null) {
const sha = sha256(print(query));

return props?.__FAUST_QUERIES__?.[sha];
}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jasonbahl
Copy link
Contributor

closing in favor of: #76

@jasonbahl jasonbahl closed this Aug 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants