Class: LMS::GraphQL::Resolvers::Canvas::GetDepartmentLevelParticipationDataTerm

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

Instance Method Summary collapse

Instance Method Details

#resolve(account_id:, term_id:) ⇒ Object



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

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