Member Junction
    Preparing search index...

    Typed client for the Lists Operations GraphQL surface. Mirrors the @memberjunction/lists-base type surface 1:1 so callers (Angular, Actions, tests) get the same type contract end-to-end. The client owns the wire-format mapping (flat GraphQL inputs ↔ discriminated TypeScript unions) so consumers don't need to learn the GraphQL surface.

    Index

    Constructors

    Methods

    • Send an email invitation. Returns the invitation token — the caller is expected to build an accept URL from it.

      Parameters

      • args: { Email: string; ListID: string; Role: "Editor" | "Viewer"; TtlHours?: number }

      Returns Promise<InviteResult>