DisBot
    Preparing search index...

    Type Alias MessageTemplatesUpdateManyMutationInput

    type MessageTemplatesUpdateManyMutationInput = {
        Content?: NullableStringFieldUpdateOperationsInput | string | null;
        EmbedJSON?: NullableStringFieldUpdateOperationsInput | string | null;
        Name?: StringFieldUpdateOperationsInput | string;
        OtherEmbeds?: MessageTemplatesUpdateOtherEmbedsInput | string[];
    }
    Index

    Properties

    EmbedJSON?: NullableStringFieldUpdateOperationsInput | string | null