I used v3 for all gist based operations and it worked fine. Due to over fetching and under fetching drawbacks, I decided to upgrade to v4.
I’m new to GraphQL. I found ways to GET gist data from the query. Thanks for the perfect docs. But I couldn’t find a way to mutate (update/delete) gist’s data using Github’s v4 API.
My doubt is, has it not yet implemented? or It is implemented and I don’t know how to get the docs properly.
Thanks in Advance.