make cursor load from a returned "Next"

This commit is contained in:
john 2025-05-04 00:56:51 +02:00
parent e0a2224544
commit be90a09ce4
2 changed files with 6 additions and 2 deletions

View file

@ -138,9 +138,13 @@ export interface components {
}
GetAllPublicPostsResponse: {
posts: components['schemas']['PublicPostDto'][]
/** Format: uuid */
next: string | null
}
GetAuthorPostsResponse: {
posts: components['schemas']['AuthorPostDto'][]
/** Format: uuid */
next: string | null
}
PublicPostAuthorDto: {
/** Format: uuid */