Skip to content

Data masking #3556

@rbalicki2

Description

@rbalicki2

Use case

Are there any plans to implement fragment data masking? My understanding (based on a chat with Claude) is that the generated classes include fields that are only available via fragments. Is that accurate? It seems like it shouldn't be very difficult to just not recurse into fragment spreads when generating these classes.

Describe the solution you'd like

for

fragment Foo {
  name
  ...Bar
}

fragment Bar {
  age
}

I would like the Foo class to not have a age field

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureNew addition or enhancement to existing solutions

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions