Skip to content

GQL: Removing duplicate structure declarations (input/output) #1479

@s373r

Description

@s373r

Context

  • In the GQL domain, we sometimes explicitly duplicated structures that have identical fields.
  • #[graphql(input_name = XYZ)] (docs) avoids duplication

Expectations

  • Analyze GQL structures to identify duplication that can be replaced using #[graphql(input_name = XYZ)]
  • Remove duplicates

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions