Skip to content

Creating a models collection #118

@mrFANRA

Description

@mrFANRA

Hi!

Can your please add support array of objects for make function?

const users = store.$repo(User).make([{
  name: 'John Doe',
  age: 30
},{
  name: 'John Walker',
  age: 36
}]);

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