Skip to content

shared/helpers/get-question-uri

This page is auto-generated from TSDoc output. Edit the source file, not this Markdown.

  • Package: @leipzigtreechat/shared
  • Source file: packages/shared/src/helpers/get-question-uri.ts

Gets the question uri from the graph given in the message

function getQuestionUri(message: IQanaryMessage): Promise<string | null>

Gets the question uri from the graph given in the message

Parameters

  • message (IQanaryMessage): the message containing the graph and endpoint Returns
  • Promise<string | null>: the uri of the question Defined at: line 12