Class: LMSGraphQL::Mutations::Canvas::ImportOutcomesAccount
- Inherits:
-
BaseMutation
- Object
- GraphQL::Schema::Mutation
- BaseMutation
- LMSGraphQL::Mutations::Canvas::ImportOutcomesAccount
- 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
15 16 17 18 19 20 21 22 23 24 25 26 27 |
# 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": , "extension": extension }, ).parsed_response end |