Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
1,147 contributions in the last year
Activity overview
Contribution activity
November 1, 2020
October 2020
- kamilkisiela/graphql-js-wg
- kamilkisiela/graphql-config-load-sync-test JavaScript
- kamilkisiela/drlo3
- kamilkisiela/apollo-use JavaScript
- kamilkisiela/logmark JavaScript
Created a pull request in Urigo/graphql-modules that received 1 comment
Created an issue in apollographql/apollo-client that received 2 comments
Meamory Leak: ObservableQuery and QueryInfo stays forever on skip:true
Intended outcome:
When query in React (useQuery) has skip: true the ObservableQuery and QueryInfo should be removed on unmount.
Actual outcome:
Obs…