Class: LMSGraphQL::Resolvers::Canvas::ListMigrationIssuesAccount

Inherits:
CanvasBaseResolver
  • Object
show all
Defined in:
lib/lms_graphql/resolvers/canvas/list_migration_issues_accounts.rb

Instance Method Summary collapse

Instance Method Details

#resolve(account_id:, content_migration_id:) ⇒ Object



10
11
12
13
14
15
16
17
18
# File 'lib/lms_graphql/resolvers/canvas/list_migration_issues_accounts.rb', line 10

def resolve(account_id:, content_migration_id:)
  context[:canvas_api].proxy(
    "LIST_MIGRATION_ISSUES_ACCOUNTS",
    {
      "account_id": ,
      "content_migration_id": content_migration_id            },
    nil,
  ).parsed_response
end