Class: LMSGraphQL::Resolvers::Canvas::ListAuthenticationProvider

Inherits:
CanvasBaseResolver
  • Object
show all
Defined in:
lib/lms_graphql/resolvers/canvas/list_authentication_providers.rb

Instance Method Summary collapse

Instance Method Details

#resolve(account_id:) ⇒ Object



9
10
11
12
13
14
15
16
# File 'lib/lms_graphql/resolvers/canvas/list_authentication_providers.rb', line 9

def resolve(account_id:)
  context[:canvas_api].proxy(
    "LIST_AUTHENTICATION_PROVIDERS",
    {
      "account_id":             },
    nil,
  ).parsed_response
end