Class: LMSGraphQL::Mutations::Canvas::RemoveFeatureFlagAccount
- Inherits:
-
CanvasBaseMutation
- Object
- GraphQL::Schema::Mutation
- CanvasBaseMutation
- LMSGraphQL::Mutations::Canvas::RemoveFeatureFlagAccount
- Defined in:
- lib/lms_graphql/mutations/canvas/remove_feature_flag_accounts.rb
Instance Method Summary collapse
Instance Method Details
#resolve(account_id:, feature:) ⇒ Object
10 11 12 13 14 15 16 17 18 |
# File 'lib/lms_graphql/mutations/canvas/remove_feature_flag_accounts.rb', line 10 def resolve(account_id:, feature:) ctx[:canvas_api].proxy( "REMOVE_FEATURE_FLAG_ACCOUNTS", { "account_id": account_id, "feature": feature }, nil, ).parsed_response end |