class LMSGraphQL::Mutations::Canvas::ImportOutcomesAccount
Public Instance Methods
resolve(account_id:, import_type: nil, attachment: nil, extension: nil)
click to toggle source
# File lib/lms_graphql/mutations/canvas/import_outcomes_accounts.rb, line 15 def resolve(account_id:, import_type: nil, attachment: nil, extension: nil) context[:canvas_api].call("IMPORT_OUTCOMES_ACCOUNTS").proxy( "IMPORT_OUTCOMES_ACCOUNTS", { "account_id": account_id }, { "import_type": import_type, "attachment": attachment, "extension": extension }, ).parsed_response end