Skip to content

Releases: sateeshpnv/go-proto-gql

v0.7.8

06 May 18:11
Compare
Choose a tag to compare

Generate Oneof_ConcreteTypes() []reflect.Type on oneof types so that graphql query generators such as shurcooL-graphql can leverage this method to construct graphql fragments for oneofs

v0.7.7

06 May 09:03
Compare
Choose a tag to compare

fixes for incorrect oneof name (ex: com_some_package_User_Player is incorrect. Correct one is User_Player)

v0.7.6

22 Apr 03:32
Compare
Choose a tag to compare

Support unwrapping gql method response type

v0.7.5

21 Apr 13:18
Compare
Choose a tag to compare

Support field resolvers and models in a different path than source

v0.7.4

19 Apr 11:29
Compare
Choose a tag to compare

Temp fix for NPE when proto has a map of oneof