nestjs-query icon indicating copy to clipboard operation
nestjs-query copied to clipboard

Do the QueryService mutations save when used directly?

Open Distortedlogic opened this issue 3 years ago • 1 comments

When creating a custom query service, if I call this.createOne does it save the entity also? or solely create the entity?

Distortedlogic avatar Jan 23 '22 14:01 Distortedlogic

Your custom query service should also extend for example the TypOrmQueryService, if you look at that createOne method you see it indeeds creates the record.

TriPSs avatar May 10 '22 10:05 TriPSs