Class: LMSGraphQL::Resolvers::Canvas::GetSingleRubricAccount
- Inherits:
-
CanvasBaseResolver
- Object
- GraphQL::Schema::Resolver
- CanvasBaseResolver
- LMSGraphQL::Resolvers::Canvas::GetSingleRubricAccount
- Defined in:
- lib/lms_graphql/resolvers/canvas/get_single_rubric_accounts.rb
Instance Method Summary collapse
Instance Method Details
#resolve(account_id:, id:, include: nil, style: nil) ⇒ Object
12 13 14 15 16 17 18 19 20 21 22 |
# File 'lib/lms_graphql/resolvers/canvas/get_single_rubric_accounts.rb', line 12 def resolve(account_id:, id:, include: nil, style: nil) context[:canvas_api].proxy( "GET_SINGLE_RUBRIC_ACCOUNTS", { "account_id": account_id, "id": id, "include": include, "style": style }, nil, ).parsed_response end |