Class: LMS::GraphQL::Resolvers::Canvas::ListLinkedOutcomesAccount

Inherits:
CanvasBaseResolver
  • Object
show all
Defined in:
lib/lms/graphql/resolvers/canvas/list_linked_outcomes_accounts.rb

Instance Method Summary collapse

Instance Method Details

#resolve(account_id:, id:, outcome_style: nil) ⇒ Object



12
13
14
15
16
17
18
19
20
21
# File 'lib/lms/graphql/resolvers/canvas/list_linked_outcomes_accounts.rb', line 12

def resolve(account_id:, id:, outcome_style: nil)
  context[:canvas_api].proxy(
    "LIST_LINKED_OUTCOMES_ACCOUNTS",
    {
      "account_id": ,
      "id": id,
      "outcome_style": outcome_style              },
    nil,
  ).parsed_response
end