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