class LMSGraphQL::Mutations::Canvas::ResetLinkVerifier

Public Instance Methods

resolve(id:) click to toggle source
# File lib/lms_graphql/mutations/canvas/reset_link_verifier.rb, line 12
def resolve(id:)
  context[:canvas_api].call("RESET_LINK_VERIFIER").proxy(
    "RESET_LINK_VERIFIER",
    {
      "id": id
    },
    {},
  ).parsed_response
end