DisBot
    Preparing search index...

    Type Alias GuildsUpdateOneRequiredWithoutReactionRoleNestedInput

    type GuildsUpdateOneRequiredWithoutReactionRoleNestedInput = {
        connect?: GuildsWhereUniqueInput;
        connectOrCreate?: GuildsCreateOrConnectWithoutReactionRoleInput;
        create?: XOR<
            GuildsCreateWithoutReactionRoleInput,
            GuildsUncheckedCreateWithoutReactionRoleInput,
        >;
        update?: XOR<
            XOR<
                GuildsUpdateToOneWithWhereWithoutReactionRoleInput,
                GuildsUpdateWithoutReactionRoleInput,
            >,
            GuildsUncheckedUpdateWithoutReactionRoleInput,
        >;
        upsert?: GuildsUpsertWithoutReactionRoleInput;
    }
    Index

    Properties