Class: LMSGraphQL::Mutations::Canvas::DeleteFolder
- Inherits:
-
CanvasBaseMutation
- Object
- GraphQL::Schema::Mutation
- CanvasBaseMutation
- LMSGraphQL::Mutations::Canvas::DeleteFolder
- Defined in:
- lib/lms_graphql/mutations/canvas/delete_folder.rb
Instance Method Summary collapse
Instance Method Details
#resolve(id:, force: nil) ⇒ Object
10 11 12 13 14 15 16 17 18 |
# File 'lib/lms_graphql/mutations/canvas/delete_folder.rb', line 10 def resolve(id:, force: nil) ctx[:canvas_api].proxy( "DELETE_FOLDER", { "id": id, "force": force }, nil, ).parsed_response end |