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

Remove resolver use from oncall rotations

- Not needed yet
parent fe1e1f45
...@@ -31,9 +31,7 @@ module Types ...@@ -31,9 +31,7 @@ module Types
field :rotations, field :rotations,
OncallRotationType.connection_type, OncallRotationType.connection_type,
null: false, null: false,
description: 'On-call rotations for the on-call schedule.', description: 'On-call rotations for the on-call schedule.'
resolver: ::Resolvers::IncidentManagement::OncallRotationsResolver,
complexity: 1
field :rotation, field :rotation,
OncallRotationType, 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