Type alias GetGraphPayloadType

GetGraphPayloadType: {
    apiEndpoint: string | URL;
    apiToken: string;
    ignoreDisconnectedComponents?: boolean;
    ignoreNonOpenedChannels?: boolean;
    rawGraph?: boolean;
    timeout?: number;
}

Get graph

Type declaration

  • apiEndpoint: string | URL

    The API endpoint for authentication.

  • apiToken: string

    The API token for authentication.

  • Optional ignoreDisconnectedComponents?: boolean
  • Optional ignoreNonOpenedChannels?: boolean
  • Optional rawGraph?: boolean
  • Optional timeout?: number

    optional timeout for the requests