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