-
Notifications
You must be signed in to change notification settings - Fork 80
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: introduces accountFragment in client config #1008
base: next
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
This pull request has been linked to 1 task:
|
5236f42
to
31d8364
Compare
|
@@ -469,4 +464,15 @@ export type { SessionClient }; | |||
/** | |||
* Any client that can be used to interact with the Lens GraphQL API. | |||
*/ | |||
export type AnyClient = PublicClient | SessionClient; | |||
// TODO remove default |
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.
To be decided once we have rolled out the solution to all relevant queries. It might stay.
c864a8b
to
fa1d18d
Compare
- fix: type-fest dep - feat: adds test coverage before refactoring - fix: client generic type and extra aliased field - feat: renames Post fragment into PostFragment - feat: renames PaginatedResultInfo into PaginatedResultInfoFragment - feat: injects AccountFragment into notifications query
fa1d18d
to
8a0c40b
Compare
No description provided.