Class: LMS::GraphQL::Resolvers::Canvas::IndexOfActiveGlobalNotificationForUser
- Inherits:
-
CanvasBaseResolver
- Object
- GraphQL::Schema::Resolver
- CanvasBaseResolver
- LMS::GraphQL::Resolvers::Canvas::IndexOfActiveGlobalNotificationForUser
- Defined in:
- lib/lms/graphql/resolvers/canvas/index_of_active_global_notification_for_user.rb
Instance Method Summary collapse
Instance Method Details
#resolve(account_id:) ⇒ Object
10 11 12 13 14 15 16 17 |
# File 'lib/lms/graphql/resolvers/canvas/index_of_active_global_notification_for_user.rb', line 10 def resolve(account_id:) context[:canvas_api].proxy( "INDEX_OF_ACTIVE_GLOBAL_NOTIFICATION_FOR_USER", { "account_id": account_id }, nil, ).parsed_response end |