kowainik / github-graphql

🕸️ GraphQL bindings to GitHub API
https://kowainik.github.io/projects/github-graphql
Mozilla Public License 2.0
7 stars 0 forks source link

Implement 'Mutation' #18

Closed chshersh closed 3 years ago

chshersh commented 3 years ago

According to GraphQL, if we want to create news issues, we need to implement the Mutation type similar to Query...