-
Notifications
You must be signed in to change notification settings - Fork 8
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
feat: allow overloading of query from snapwp configs #83
base: develop
Are you sure you want to change the base?
Conversation
@@ -0,0 +1,4 @@ | |||
import type { TypedDocumentNode } from '@apollo/client'; | |||
|
|||
// Until we figure out generic types for GraphQL queries, we'll use `any` for now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why any
vs unknown
? Beyond my personal hatred of any
, what are the implications of each ?
Is this on hold? |
Not anymore (was bumped only from v0.1.0), but we did want to revisit it in context of more general changes we need to make to the QueryEngine |
|
What
Caution
Related Issue(s):
How
Testing Instructions
Checklist
npm run changeset
.