Add support for `path` filter in `ListCommits` GraphQL query
After Gitaly implements the `path` argument (https://gitlab.com/gitlab-org/gitaly/-/issues/6917+) for the `ListCommits` RPC we need to add the ability to use that in the GraphQL resolver. This is a continuation of https://gitlab.com/gitlab-org/gitlab/-/issues/541920+
issue