You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 15, 2023. It is now read-only.
When building a schema against generated protobuf structs, the following error is encountered: panic: bad method potatoes on type schemabuilder.query: bad field xXX_NoUnkeyedLiteral on type pb.potato: bad type struct {}: should have a name
Since the field is generated, it can't be struct tagged. An IgnoreFieldFieldFuncOption would be great!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When building a schema against generated protobuf structs, the following error is encountered:
panic: bad method potatoes on type schemabuilder.query: bad field xXX_NoUnkeyedLiteral on type pb.potato: bad type struct {}: should have a name
Since the field is generated, it can't be struct tagged. An
IgnoreField
FieldFuncOption
would be great!The text was updated successfully, but these errors were encountered: