Skip to content

Data model subtask: client schema must be flattened #962

@rbalicki2

Description

@rbalicki2

Current behavior:

  • When creating the nested client schema, we do not have server entities (e.g. Query)
  • We look up server entities, in order to add a selectable to their selectables (e.g. Query.HomePage)
  • This is not found; we emit a non-fatal diagnostic (which is ignored... oops) and continue.

Instead:

  • We should directly create a flattened client schema, thus allowing us to create selectables with non-existent parent entities.
  • That's fine, that should be validated at some point.

Metadata

Metadata

Assignees

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