Skip to content

Support for "global object identification" and the Node interface #2507

Open
@lervag

Description

@lervag

I want to implement support for global object identification in my service. In particular, I want to implement the Node interface and the Query.node field. The latter is non-trivial; we currently have an implementation that requires us to manually add each type that implements Node to a custom data structure that we use to resolve the ID. So, each type will extend Node[TYPE] and we add the TYPE to a slightly complex structure manually to handle the resolver.

I am curious if anyone has implemented this in a more general manner that is more straight forward to use?

The dream scenario would be to have something where we simply do case class Foo(...) extends Node. Or perhaps case class Foo(...) extends Node[Foo] where everything else required for Query.node is handled automatically.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestserverIssue related to caliban server

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions