Skip to content

There should only be selectables #807

@rbalicki2

Description

@rbalicki2
  • When processing the GraphQL schema, we need two steps: first, do the entities, then do the selectables
  • That's because we don't know if in user: User, User is scalar or object, and we categorize selectables by whether they're scalar or object selectables
  • Instead, we can just have a single "Selectable" struct, and one has to look up what it points to to determine whether it is a scalar or object selectable.
  • This simplifies a lot and seems worth it.

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