Class: LMSGraphQL::Mutations::Canvas::GetPandataEventsJwtTokenAndItsExpirationDate
- Inherits:
-
BaseMutation
- Object
- GraphQL::Schema::Mutation
- BaseMutation
- LMSGraphQL::Mutations::Canvas::GetPandataEventsJwtTokenAndItsExpirationDate
- Defined in:
- lib/lms_graphql/mutations/canvas/get_pandata_events_jwt_token_and_its_expiration_date.rb
Instance Method Summary collapse
Instance Method Details
#resolve(app_key: nil) ⇒ Object
12 13 14 15 16 17 18 19 20 |
# File 'lib/lms_graphql/mutations/canvas/get_pandata_events_jwt_token_and_its_expiration_date.rb', line 12 def resolve(app_key: nil) context[:canvas_api].call("GET_PANDATA_EVENTS_JWT_TOKEN_AND_ITS_EXPIRATION_DATE").proxy( "GET_PANDATA_EVENTS_JWT_TOKEN_AND_ITS_EXPIRATION_DATE", {}, { "app_key": app_key }, ).parsed_response end |