Class: LMS::GraphQL::Mutations::Canvas::HideStreamItem
- Inherits:
-
CanvasBaseMutation
- Object
- GraphQL::Schema::Mutation
- CanvasBaseMutation
- LMS::GraphQL::Mutations::Canvas::HideStreamItem
- Defined in:
- lib/lms/graphql/mutations/canvas/hide_stream_item.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/hide_stream_item.rb', line 10 def resolve(id:) ctx[:canvas_api].proxy( "HIDE_STREAM_ITEM", { "id": id }, nil, ).parsed_response end |