mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2025-12-04 23:23:08 +01:00
fix: make hasnextpage optional parameter, use only if inf scroll configured
This commit is contained in:
@@ -278,7 +278,7 @@ type JobResultList {
|
||||
offset: Int
|
||||
limit: Int
|
||||
count: Int
|
||||
hasNextPage: Boolean!
|
||||
hasNextPage: Boolean
|
||||
}
|
||||
|
||||
type JobLinkResultList {
|
||||
|
||||
Reference in New Issue
Block a user