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

Use edgedb.Optional in generated optional structs #283

Closed fmoor closed 1 year ago

fmoor commented 1 year ago

This fixes a bug in the generator that didn't make optional structs optional.

Also, for generated code, this makes values in slices never be their optional variant.