class LMSGraphQL::Mutations::Canvas::GetPandataEventsJwtTokenAndItsExpirationDate

Public Instance Methods

resolve(app_key: nil) click to toggle source
# 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