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