Skip to content

GraphQL: unremove deprecated resultCount field

Warren Gifford requested to merge cc/unremove-result-count into main

Created by: camdencheek

I missed that this field is still being used by src CLI, so removing it breaks existing installs. To remove this field safely, we'll need to remove references to it from src CLI, then after giving people ample time to upgrade, we can remove the field.

Test plan

I ran src CLI against this locally and everything worked fine again.

Merge request reports

Loading