Actions
Bug #36509
closedGraphQL: Incorrect totalCount when querying with first parameter
Description
The totalCount
value becomes incorrect when first
parameter is included in the query.
query { hosts { totalCount } }
totalCount = 84
query { hosts(first: 10) { totalCount } }
totalCount = 10
Updated by The Foreman Bot over 1 year ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/9737 added
Updated by Anonymous over 1 year ago
- Status changed from Ready For Testing to Closed
Applied in changeset foreman|cb88310aafc92e704238fc70ded56ee3b173fad9.
Updated by Ewoud Kohl van Wijngaarden about 1 year ago
- Triaged changed from No to Yes
Actions