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