Add SortOrder enum and enhance Service query with sorting and filtering options

This commit is contained in:
2024-10-06 12:09:58 +07:00
parent aa5817fb06
commit 121396aa8f
5 changed files with 50 additions and 3 deletions

View File

@@ -22,4 +22,4 @@ export class GraphqlModule {
.apply(GraphQLValidationMiddleware) // Apply the custom middleware
.forRoutes('graphql'); // Ensure it only applies to the /graphql endpoint
}
}
}