-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Description
- 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,Useris 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
Labels
No labels