Member Junction
    Preparing search index...

    Result type for DeleteQuery mutation calls - contains deletion success status and deleted query data

    interface DeleteQueryResult {
        ErrorMessage?: string;
        ID?: string;
        Name?: string;
        Success: boolean;
    }
    Index

    Properties

    ErrorMessage?: string

    Error message if the deletion failed (optional)

    ID?: string

    Unique identifier of the deleted query (optional)

    Name?: string

    Display name of the deleted query (optional)

    Success: boolean

    Whether the query deletion was successful