pinia-orm icon indicating copy to clipboard operation
pinia-orm copied to clipboard

custom pivotKey for BelongsToMany and MorphToMany

Open getriebesand opened this issue 1 year ago • 0 comments

Describe the feature

in VuexORM there was a method as() to customise the pivotKey. my_relation: this.belongsToMany(...).as('my_pivot')

The 2 Relation Classes have a property "pivotKey", but I can't find a use for it.

Additional information

  • [X] Would you be willing to help implement this feature?

Final checks

getriebesand avatar Jul 04 '24 20:07 getriebesand