You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to fetch some basic information to generate the dropdown summary string. We can grab the missesCount and partialsCount fields from the patchTotals object on the Comparison type in GraphQL. From this hook we will want to return the sum of the two values or return 0 if there is no missing lines.
We need to fetch some basic information to generate the dropdown summary string. We can grab the
missesCount
andpartialsCount
fields from thepatchTotals
object on theComparison
type in GraphQL. From this hook we will want to return the sum of the two values or return 0 if there is no missing lines.Designs can be found here.
Tasks
The text was updated successfully, but these errors were encountered: