Skip to content

[SUGGESTION] Does EntityId need to be non-nullable? #28

Open
@ricochetbrown

Description

@ricochetbrown

export type Entity = { id: EntityId };

On create, it would be better for this to be null so we can do upserts with updateAll. An entityId doesn't exist yet in those cases but we are forced to pass one in.

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