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