opendoor-labs / protoc-gen-graphql

Protobuf compiler plugin for GraphQL
46 stars 17 forks source link

Add support for proto3 optional #9

Open dennisameling opened 3 months ago

dennisameling commented 3 months ago

Protobuf v3 supports optional fields. When generating GraphQL code using this plugin, it fails with this error:

Warning: plugin "graphql" does not support required features.
  Feature "proto3 optional" is required by 1 file(s)
vtolstov commented 1 month ago

any chance to get this fixed?