Skip to content

Allow skip-defaults for shorthand_fields #1808

@Prashansa-K

Description

@Prashansa-K

At the moment, shorthand_fields don't have defaults defined in the schema. Thus, they are dumped with --skip-defaults flag.
Wherever possible, we can match the defaults with the new fields and skip them.

Points to remember:

  • Old gateway versions use "translate_backwards" field with an object to get the new fields.
  • New gateway versions (post 3.9) use "replaced_with" with an array to get the new fields.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions