Hierarchy

  • PlainClient

Constructors

Properties

#ctx: Context

Methods

  • 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