src/app/data-dgql/queries/util.ts
Generic interface for backend list parameters. This represents the actual data sent in the request, as our representation in the frontend differs slightly (see ListParams).
Properties |
after |
after:
|
Type : string
|
Optional |
before |
before:
|
Type : string
|
Optional |
filterBy |
filterBy:
|
Type : F
|
Optional |
first |
first:
|
Type : number
|
Optional |
last |
last:
|
Type : number
|
Optional |