Class: LMS::GraphQL::Resolvers::Canvas::GetAllOutcomeLinksForContextAccount
- Inherits:
-
CanvasBaseResolver
- Object
- GraphQL::Schema::Resolver
- CanvasBaseResolver
- LMS::GraphQL::Resolvers::Canvas::GetAllOutcomeLinksForContextAccount
- Defined in:
- lib/lms/graphql/resolvers/canvas/get_all_outcome_links_for_context_accounts.rb
Instance Method Summary collapse
Instance Method Details
#resolve(account_id:, outcome_style: nil, outcome_group_style: nil) ⇒ Object
12 13 14 15 16 17 18 19 20 21 |
# File 'lib/lms/graphql/resolvers/canvas/get_all_outcome_links_for_context_accounts.rb', line 12 def resolve(account_id:, outcome_style: nil, outcome_group_style: nil) context[:canvas_api].proxy( "GET_ALL_OUTCOME_LINKS_FOR_CONTEXT_ACCOUNTS", { "account_id": account_id, "outcome_style": outcome_style, "outcome_group_style": outcome_group_style }, nil, ).parsed_response end |