Something went wrong on our end. Please try again.
Created by: camdencheek
When I implemented filtering fileDiffs to certain paths, I missed that
the compute function was called from each of the different resolver
methods and that paths would need to be propagated through each of
these. This meant things like the rawDiff node would not return
results that respected the passed-in paths.
Tested manually that GraphQL queries that use rawDiff now show raw diffs filtered to the provided paths.