Apollo Dev Tools breaks when you select Mutation
See original GitHub issueWhile the GraphiQL, Queries, and Mutations buttons are work properly, it breaks when I select Mutation
.
Apollo Client version: 2.5.1 Apollo In Cache Memory version: 1.5.1 React Native Debugger app version: 0.97 React Native version: 0.58.5 Platform: iOS Is real device of platform: No Operating System: macOS
Issue Analytics
- State:
- Created 5 years ago
- Comments:9 (1 by maintainers)
Top Results From Across the Web
Mutations in Apollo Client - Apollo GraphQL Docs
If your mutation returns all of the objects and fields that it modified, you can update your cache directly without making any followup...
Read more >GraphQL mutation on Form Click not triggering - Stack Overflow
I am trying to call Apollo Mutation Hook on form submit to create a new record in the database. export default function NewJobForm()...
Read more >Integrating GraphQL Code Generator in your frontend ...
In this article we'll try to explain and demonstrate common patterns for frontend development with GraphQL and GraphQL Code Generator.
Read more >Understanding Client-Side GraphQl With Apollo-Client In ...
Like the Redux and React developer tools, we will be using Apollo Client Developer Tools to write and test our queries and mutations....
Read more >Understanding Post-Mutation Data Updates in Apollo - VulcanJS
First, it's important to understand that Apollo gives you many tools to handle data updates, and that it's up to you to select...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Works great! Thank you @Gongreg!
https://github.com/jhen0409/react-native-debugger/pull/354 Will solve it.