Commit fe1e1f45 authored by Sean Arnold's avatar Sean Arnold Committed by Douglas Barbosa Alexandre

Keep complexity the same after adding resolver

The actual complexity hasn't changed, but the reported value has
See https://gitlab.com/gitlab-org/gitlab/-/issues/327177#note_547054442
parent 4329a492
......@@ -32,7 +32,8 @@ module Types
OncallRotationType.connection_type,
null: false,
description: 'On-call rotations for the on-call schedule.',
resolver: ::Resolvers::IncidentManagement::OncallRotationsResolver
resolver: ::Resolvers::IncidentManagement::OncallRotationsResolver,
complexity: 1
field :rotation,
OncallRotationType,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment