Skip to content

Support ability to add field options to generated protobuf #134

@joshua-bell-sonrai

Description

@joshua-bell-sonrai

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" } ];
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions