Hierarchy

  • PlainClient

Constructors

  • Parameters

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

    Returns PlainClient

Properties

#ctx: Context

Methods

  • WARNING: This is experimental and subject to change at any time without a major version bump.

    Parameters

    Returns SDKResult<null>

  • 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