Class: LMSGraphQL::Mutations::Canvas::HideAllStreamItem
- Inherits:
-
BaseMutation
- Object
- GraphQL::Schema::Mutation
- BaseMutation
- LMSGraphQL::Mutations::Canvas::HideAllStreamItem
- Defined in:
- lib/lms_graphql/mutations/canvas/hide_all_stream_items.rb
Instance Method Summary collapse
Instance Method Details
#resolve ⇒ Object
12 13 14 15 16 17 18 |
# File 'lib/lms_graphql/mutations/canvas/hide_all_stream_items.rb', line 12 def resolve() context[:canvas_api].call("HIDE_ALL_STREAM_ITEMS").proxy( "HIDE_ALL_STREAM_ITEMS", {}, {}, ).parsed_response end |