Skip to content

expose GitCommitConnection.totalCount in GraphQL API

Administrator requested to merge gitcommitconnection-totalcount-gql into master

Created by: sqs

If the GraphQL API is already computing the full (non-paginated) list of Git commits, it is nearly free to determine the totalCount. This is useful to some API consumers. The performance considerations and behavior are documented on the GraphQL API field.

Merge request reports

Loading