class LMSGraphQL::Mutations::Canvas::UpdateAuthenticationProvider
Public Instance Methods
resolve(account_id:, id:)
click to toggle source
# File lib/lms_graphql/mutations/canvas/update_authentication_provider.rb, line 13 def resolve(account_id:, id:) context[:canvas_api].call("UPDATE_AUTHENTICATION_PROVIDER").proxy( "UPDATE_AUTHENTICATION_PROVIDER", { "account_id": account_id, "id": id }, {}, ).parsed_response end