Class: LMSGraphQL::Mutations::Canvas::ImportOutcomesAccount

Inherits:
CanvasBaseMutation
  • Object
show all
Defined in:
lib/lms_graphql/mutations/canvas/import_outcomes_accounts.rb

Instance Method Summary collapse

Instance Method Details

#resolve(account_id:, import_type: nil, attachment: nil, extension: nil) ⇒ Object



12
13
14
15
16
17
18
19
20
21
22
# File 'lib/lms_graphql/mutations/canvas/import_outcomes_accounts.rb', line 12

def resolve(account_id:, import_type: nil, attachment: nil, extension: nil)
  ctx[:canvas_api].proxy(
    "IMPORT_OUTCOMES_ACCOUNTS",
    {
      "account_id": ,
      "import_type": import_type,
      "attachment": attachment,
      "extension": extension            },
    nil,
  ).parsed_response
end