output
    Preparing search index...
    • Adds an attribute to an event.

      Parameters

      • args: { eventId: string; name: string; value: unknown }
        • eventId: string

          The id of the event to attach the attribute to.

        • name: string

          The attribute name

        • value: unknown

          The attribute value

      Returns void