Describe the bug
Currently, it is possible to query the data using the Pagination schema. It provides
limit: int
offset: int
However, it makes more sense when the caller knows the result count which satisfy the executed graphQl query.
Expected behavior
Response should contain the
totalCount
Actual behavior
No response
How to Reproduce?
No response
Output of uname -a or ver
No response
Output of java -version
No response
GraalVM version (if different from Java)
No response
Kogito version or git rev (or at least Quarkus version if you are using Kogito via Quarkus platform BOM)
No response
Build tool (ie. output of mvnw --version or gradlew --version)
No response
Additional information
No response
Describe the bug
Currently, it is possible to query the data using the Pagination schema. It provides
limit: int
offset: int
However, it makes more sense when the caller knows the result count which satisfy the executed graphQl query.
Expected behavior
Response should contain the
totalCount
Actual behavior
No response
How to Reproduce?
No response
Output of
uname -aorverNo response
Output of
java -versionNo response
GraalVM version (if different from Java)
No response
Kogito version or git rev (or at least Quarkus version if you are using Kogito via Quarkus platform BOM)
No response
Build tool (ie. output of
mvnw --versionorgradlew --version)No response
Additional information
No response