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