Open joshua-bell-sonrai opened 3 years ago
It would be nice if the ability to add custom field options.
input
Config: type: object required: - config properties: config: type: string fieldOption: [ (graphqlOverride) = { type: "DateTime" } ]
output
message Config { string config = 1 [ (graphqlOverride) = { type: "DateTime" } ]; }
Reason
It would be nice if the ability to add custom field options.
Example
input
output