Skip to content
This repository was archived by the owner on Mar 2, 2022. It is now read-only.
This repository was archived by the owner on Mar 2, 2022. It is now read-only.

GraphQL order by only on fields #146

@jlarfors

Description

@jlarfors

The current graphql api doesn't allow for ordering on edges, and that is largely due to that we are using the auto-generated order types from entgql.

The fix is to create the graphql schema manually and have more control over the ordering types so that we can order by edges:

https://entgo.io/docs/paging/#edge-ordering

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