DisBot
    Preparing search index...

    Type Alias VerificationGatesUpdateManyMutationInput

    type VerificationGatesUpdateManyMutationInput = {
        Action?: NullableStringFieldUpdateOperationsInput | string | null;
        ActionType?: NullableStringFieldUpdateOperationsInput | string | null;
        Active?: NullableBoolFieldUpdateOperationsInput | boolean | null;
        ChannelId?: StringFieldUpdateOperationsInput | string;
        CreatedAt?: DateTimeFieldUpdateOperationsInput | Date | string;
        MessageId?: StringFieldUpdateOperationsInput | string;
        Roles?: VerificationGatesUpdateRolesInput | string[];
        UUID?: StringFieldUpdateOperationsInput | string;
        VerifiedUsers?: VerificationGatesUpdateVerifiedUsersInput | string[];
    }
    Index

    Properties

    ActionType?: NullableStringFieldUpdateOperationsInput | string | null
    Active?: NullableBoolFieldUpdateOperationsInput | boolean | null
    CreatedAt?: DateTimeFieldUpdateOperationsInput | Date | string