Releases: marwan-at-work/protoc-gen-twirpql
Releases · marwan-at-work/protoc-gen-twirpql
Return migrated handler
The twirpql.Handler now returns a *handler.Server
instead of taking middleware as options to accommodate breaking changes from gqlgen v0.11.x
Upgrade to gqlgen v0.11.2
gqlgen v0.11.x introduces a number of breaking changes, so make sure you upgrade to it in your go.mod file as well.
Repeated Enums
This release fixes an issue where repeated enums caused a panic
Unify Bytes
The bytes type can now just be on GraphQL scalar type.
Add License
v0.5.0 Create LICENSE
Translate Documentations
.proto file comments are now translated into the graphql schema file
Response Unions
Added a respondsWith
option to combine responses with errors
Introduce Options
This release introduces an options
package to be able to make some RPCs into a Mutation instead of a Query. You can also skip
RPCs if you want to avoid exposing them in GraphQL.
Initial Release
v0.1.0 internal/genserver: remove schema check