Skip to content

GraphQL Field Collection for avoid dataloaders and solve N+1 problem differently #1074

Open
@frederikhors

Description

@frederikhors

Hi all! 😃

I'm using gqlgen (like juniper but in Go not in Rust) and Ent as ORM (but is more than an ORM).

I'm writing to you because I just found out an excellent feaure of Ent: GraphQL Field Collection.

Since I found out SeaORM and their amazing summer project I asked them if would be possibile to add this feature on SeaORM too when using it with juniper.

Basically Ent with this feature offers the possibility to AVOID ALL THE DATALOADERs.

Do you think juniper offers the ability to do that?

Can we use some juniper "metadata" to instruct SeaORM (or others) to detect what edges are being requested in queries?

I still don't know juniper, excuse the maybe silly question. I am preparing for my - hopefully very close - switch to Rust.

Thank you for your work.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementImprovement of existing features or bugfixsupport

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions