Class: LMS::GraphQL::Resolvers::Canvas::ResolvePathUsersFullPath

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

Instance Method Summary collapse

Instance Method Details

#resolve(user_id:) ⇒ Object



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

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