Skip to content

change display of enum types within explorer and insights #7148

@n1ru4l

Description

@n1ru4l

In the explorer for enum members we show always the same number. That is because we are always reporting all enum values for a selection of a enum type field within a GraphQL operation.

In order to not confuse people we should show this metric once in the enum type header instead.

Image

Tracking the enums value more accurate is another complex discussion, we cannot really track it consistently without inspecting execution results and execution variables.

The same is true for enum insights:

Image

Instead, we should change the header here to EnumName (EnumName.enumField). That will also make it more clear that these metrics are actually for the the enum type and not the enum field.

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