Skip to content

Abstract and simplify edge definition? #60

@tantaman

Description

@tantaman

Should we allow defining edges without defining id fields??

Foo as Node {
  blahId: ID<Blah>
} & OutboundEdges {
  blah: Edge<Foo.blahId>
}

to:

Foo as Node {
} & Edges {
  blah: OneToOne<Blah>
}

but this removes control from the developer and feels a bit opaque.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions