Refactor GraphQL schema to enhance Service query with additional filtering and sorting options, and add a new Restful module

This commit is contained in:
2024-10-06 13:41:56 +07:00
parent 67f6e7cc57
commit 8de46af300
4 changed files with 39 additions and 6 deletions

View File

@@ -0,0 +1,5 @@
import { Module } from '@nestjs/common';
@Module({
imports: [],
})
export class RestfulModule {}