Type alias GetUsersByIdPaginatedQuery
GetUsersByIdPaginatedQuery: {
__typename?: "Query";
users: {
__typename?: "User";
id: any;
roles: {
__typename?: "Role";
description: string;
id: string;
}[];
}[];
}
Type declaration
-
Optional
__typename?: "Query"
-
users: {
__typename?: "User";
id: any;
roles: {
__typename?: "Role";
description: string;
id: string;
}[];
}[]