Constructors

Properties

#ctx: Context

Methods

  • Get a single thread by external id. A thread's external id is unique per customer, hence why the customer id is also required.

    Parameters

    • variables: Exact<{
          customerId: string;
          externalId: string;
      }>

    Returns SDKResult<null | ThreadPartsFragment>

  • If you need to do something custom you can use this method to do

    Parameters

    • args: {
          query: string;
          variables: Record<string, unknown>;
      }
      • query: string
      • variables: Record<string, unknown>

    Returns SDKResult<unknown>

Generated using TypeDoc