Closed qwerty-v closed 7 months ago
The second commit fixes #63.
After looking into the issue, turns out that in a template file the argument passed to the FieldType
and FieldTypeInput
aren't what the function GraphqlGoType
expects: the argument passed ($.RootPackage.Path
) is a string, which already has been stripped away with everything after ;
Will separate the two issues a little bit later
going to close now, will put everything in a dedicated branch for each one of the fixes
Fixes #61 My suggestion to that problem is: make
protoc
happy by having that feature enabled, but otherwise just ignore those keywords when parsing.