Skip to content

GraphQL: Optimize fetching only PK of FK #44

@lcdr

Description

@lcdr

Currently there are a bunch of queries featuring gate_version { featureName }. This is because the schema-autogenerated TS code for some reason doesn't support a type like Int | Object. Either we should find a way to make that work, or optimize the case of queries fetching only the PK of a FK, since that doesn't actually need a join internally.

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