mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-15 05:37:32 +00:00
feat(server): add user existence check and optimize permission queries (#10402)
This commit is contained in:
@@ -102,7 +102,7 @@ export class PageInfo {
|
||||
hasPreviousPage!: boolean;
|
||||
}
|
||||
|
||||
export function Paginated<T>(classRef: Type<T>): any {
|
||||
export function Paginated<T>(classRef: Type<T>) {
|
||||
@ObjectType(`${classRef.name}Edge`)
|
||||
abstract class EdgeType {
|
||||
@Field(() => String)
|
||||
|
||||
Reference in New Issue
Block a user