edgedb / edgedb-go

The official Go client library for EdgeDB
https://pkg.go.dev/github.com/edgedb/edgedb-go
Apache License 2.0
168 stars 11 forks source link

Add pubtypes option to edgeql-go #318

Closed fmoor closed 3 months ago

fmoor commented 3 months ago

Adds a flag to the code generator that makes generated types public.

fixes https://github.com/edgedb/edgedb-go/issues/287