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

Could you add option custom methods by services ?

Open vevedh opened this issue 11 months ago • 0 comments

sample when createPiniaClient

services: {
   serviceName: {
       methods: [ 'find', 'customMethod1', 'customMehod2'],
   }
}

vevedh avatar Mar 17 '24 07:03 vevedh