Class: LMS::GraphQL::Resolvers::Canvas::GetAuthenticationProvider

Inherits:
CanvasBaseResolver
  • Object
show all
Defined in:
lib/lms/graphql/resolvers/canvas/get_authentication_provider.rb

Instance Method Summary collapse

Instance Method Details

#resolve(account_id:, id:) ⇒ Object



11
12
13
14
15
16
17
18
19
# File 'lib/lms/graphql/resolvers/canvas/get_authentication_provider.rb', line 11

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