machinebox / graphql

Simple low-level GraphQL HTTP client for Go
https://blog.machinebox.io/a-graphql-client-library-for-go-5bffd0455878
Apache License 2.0
933 stars 217 forks source link

Does this library support mutation? #61

Closed markya0616 closed 3 years ago

markya0616 commented 3 years ago

As title. I cannot find any examples about mutation apis. It seems only support query? https://github.com/machinebox/graphql/blob/master/graphql.go#L102