Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support ability to add field options to generated protobuf #134

Open
joshua-bell-sonrai opened this issue Nov 5, 2021 · 0 comments
Open

Comments

@joshua-bell-sonrai
Copy link

Reason

It would be nice if the ability to add custom field options.

Example

input

Config:
    type: object
    required:
      - config
    properties:
      config:
        type: string
        fieldOption: [ (graphqlOverride) = { type: "DateTime" } ]

output

message Config {
    string config = 1 [ (graphqlOverride) = { type: "DateTime" } ];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant