Class: LMS::GraphQL::Mutations::Canvas::FilesUploadFile
- Inherits:
-
CanvasBaseMutation
- Object
- GraphQL::Schema::Mutation
- CanvasBaseMutation
- LMS::GraphQL::Mutations::Canvas::FilesUploadFile
- Defined in:
- lib/lms/graphql/mutations/canvas/files_upload_file.rb
Instance Method Summary collapse
Instance Method Details
#resolve(folder_id:) ⇒ Object
10 11 12 13 14 15 16 17 |
# File 'lib/lms/graphql/mutations/canvas/files_upload_file.rb', line 10 def resolve(folder_id:) ctx[:canvas_api].proxy( "FILES_UPLOAD_FILE", { "folder_id": folder_id }, nil, ).parsed_response end |