Skip to content

GraphQL: Make LSIF jobs total count optional

Administrator requested to merge lsif-jobs-total-count-graphql into master

Created by: efritz

When LSIF jobs are queried with a search term there is no total count returned. This makes the field optional so that pagination works correctly (currently totalCount is always zero so results are shown along with the text "no results found", which is incredibly wrong).

Merge request reports

Loading