Class: LMSGraphQL::Mutations::Canvas::FilesUploadFile
- Inherits:
-
BaseMutation
- Object
- GraphQL::Schema::Mutation
- BaseMutation
- LMSGraphQL::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
12 13 14 15 16 17 18 19 20 |
# File 'lib/lms_graphql/mutations/canvas/files_upload_file.rb', line 12 def resolve(folder_id:) context[:canvas_api].call("FILES_UPLOAD_FILE").proxy( "FILES_UPLOAD_FILE", { "folder_id": folder_id }, {}, ).parsed_response end |