Hierarchy

  • PlainClient

Constructors

  • Parameters

    • options: {
          apiKey: string;
          apiUrl?: string;
      }
      • apiKey: string
      • Optional apiUrl?: string

    Returns PlainClient

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