Skip to content

GraphQL: Add missing calls_gitaly to some fields

Luke Duncalfe requested to merge ld-add-calls-gitaly-to-fields into master

What does this MR do?

Our CallsGitaly::Instrumentation notifies us if a field is calling Gitaly without having been marked with calls_gitaly: true.

We can see some notifications in Sentry for:

  • MergeRequest#approved
  • MergeRequest#approvalsLeft
  • Repository#exists

This MR adds the missing calls_gitaly: true properties to the fields.

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Edited by Luke Duncalfe

Merge request reports

Loading