Skip to content

Releases: marwan-at-work/protoc-gen-twirpql

Return migrated handler

07 Mar 22:57
Compare
Choose a tag to compare

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

07 Mar 17:55
Compare
Choose a tag to compare

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

22 Feb 21:09
Compare
Choose a tag to compare

This release fixes an issue where repeated enums caused a panic

Unify Bytes

24 Jan 15:58
Compare
Choose a tag to compare

The bytes type can now just be on GraphQL scalar type.

Add License

29 Jul 04:57
c0bbdd9
Compare
Choose a tag to compare
v0.5.0

Create LICENSE

Translate Documentations

10 Jul 21:07
Compare
Choose a tag to compare

.proto file comments are now translated into the graphql schema file

Response Unions

10 Jul 15:38
Compare
Choose a tag to compare

Added a respondsWith option to combine responses with errors

Introduce Options

20 Jun 22:16
Compare
Choose a tag to compare

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

05 Jun 13:30
Compare
Choose a tag to compare
v0.1.0

internal/genserver: remove schema check