Class: LMSGraphQL::Mutations::Canvas::AddAuthenticationProvider
- Inherits:
-
BaseMutation
- Object
- GraphQL::Schema::Mutation
- BaseMutation
- 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
12 13 14 15 16 17 18 19 20 |
# File 'lib/lms_graphql/mutations/canvas/add_authentication_provider.rb', line 12 def resolve(account_id:) context[:canvas_api].call("ADD_AUTHENTICATION_PROVIDER").proxy( "ADD_AUTHENTICATION_PROVIDER", { "account_id": account_id }, {}, ).parsed_response end |