How do I use graphql mutations with the generated queries?
I can't find a good example of how to use a mutation query
2 Replies
sensitive-blueOP•3y ago
I'm using lens protocol and their premade grapql queries here, https://github.com/lens-protocol/api-examples/tree/master/src/graphql
The one I'm using is called add-reaction
GitHub
api-examples/src/graphql at master · lens-protocol/api-examples
Code examples of how to speak to the Lens API. Contribute to lens-protocol/api-examples development by creating an account on GitHub.
sensitive-blueOP•3y ago
