added graphql entegration and tested tanstack query
This commit is contained in:
8
frontend/types/listRequest.ts
Normal file
8
frontend/types/listRequest.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
interface ListArguments {
|
||||
filters?: Record<string, any>;
|
||||
sort?: Record<string, any>;
|
||||
skip: number;
|
||||
limit: number;
|
||||
}
|
||||
|
||||
export type { ListArguments };
|
||||
Reference in New Issue
Block a user