Class: LMSGraphQL::Resolvers::Canvas::GetSisImportList
- Inherits:
-
CanvasBaseResolver
- Object
- GraphQL::Schema::Resolver
- CanvasBaseResolver
- LMSGraphQL::Resolvers::Canvas::GetSisImportList
- Defined in:
- lib/lms_graphql/resolvers/canvas/get_sis_import_list.rb
Instance Method Summary collapse
Instance Method Details
#resolve(account_id:, created_since: nil) ⇒ Object
10 11 12 13 14 15 16 17 18 |
# File 'lib/lms_graphql/resolvers/canvas/get_sis_import_list.rb', line 10 def resolve(account_id:, created_since: nil) context[:canvas_api].proxy( "GET_SIS_IMPORT_LIST", { "account_id": account_id, "created_since": created_since }, nil, ).parsed_response end |