Devon Stern
Devon Stern
For others who are looking for a workaround for this, we found that calling `preventDefault` on the `mouseDown` event for `ion-item-sliding` did the trick. For React: ``` onMouseDown={(event) => event.preventDefault()}...
This doesn't solve the whole issue of needing a more in-depth example, but there's another thread here with some info on mutations in Apollo Federation: https://github.com/apollographql/apollo-server/discussions/4194#discussioncomment-631331 In case the link...
Thank you for the clarification, @michaelKaefer! There are pieces of that in the documentation but it doesn't put it all together into a cohesive example like you did. Now I...