Class: LMS::GraphQL::Mutations::Canvas::RemoveFeatureFlagAccount

Inherits:
CanvasBaseMutation
  • Object
show all
Defined in:
lib/lms/graphql/mutations/canvas/remove_feature_flag_accounts.rb

Instance Method Summary collapse

Instance Method Details

#resolve(account_id:, feature:) ⇒ Object



11
12
13
14
15
16
17
18
19
# File 'lib/lms/graphql/mutations/canvas/remove_feature_flag_accounts.rb', line 11

def resolve(account_id:, feature:)
  ctx[:canvas_api].proxy(
    "REMOVE_FEATURE_FLAG_ACCOUNTS",
    {
      "account_id": ,
      "feature": feature              },
    nil,
  ).parsed_response
end