DisBot
    Preparing search index...

    Type Alias GuildsUpdateOneRequiredWithoutPollsNestedInput

    type GuildsUpdateOneRequiredWithoutPollsNestedInput = {
        connect?: GuildsWhereUniqueInput;
        connectOrCreate?: GuildsCreateOrConnectWithoutPollsInput;
        create?: XOR<
            GuildsCreateWithoutPollsInput,
            GuildsUncheckedCreateWithoutPollsInput,
        >;
        update?: XOR<
            XOR<
                GuildsUpdateToOneWithWhereWithoutPollsInput,
                GuildsUpdateWithoutPollsInput,
            >,
            GuildsUncheckedUpdateWithoutPollsInput,
        >;
        upsert?: GuildsUpsertWithoutPollsInput;
    }
    Index

    Properties