make cursor load from a returned "Next"
This commit is contained in:
parent
e0a2224544
commit
be90a09ce4
2 changed files with 6 additions and 2 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue