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