Skip to content

Implement model commands #3

@hashwarp

Description

@hashwarp
  • Fetch list (defaults to all)
  • Fetch list by filter
  • Fetch item (param 1 defaults to ID)
  • Fetch item by filter
./bin/arken game.getEras 
./bin/arken game.getEras `{ where: { status: { equals: "Active" } } }`
./bin/arken game.getEra 66d242abcfa9286652ddea64
./bin/arken game.getEra `{ where: { name: { equals: "Prehistory" } } }`

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