Class: LMS::GraphQL::Resolvers::Canvas::GetSingleExternalToolAccount

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

Instance Method Summary collapse

Instance Method Details

#resolve(account_id:, external_tool_id:) ⇒ Object



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

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