DisBot
    Preparing search index...

    Type Alias GuildsUpdateOneRequiredWithoutAutoRolesNestedInput

    type GuildsUpdateOneRequiredWithoutAutoRolesNestedInput = {
        connect?: GuildsWhereUniqueInput;
        connectOrCreate?: GuildsCreateOrConnectWithoutAutoRolesInput;
        create?: XOR<
            GuildsCreateWithoutAutoRolesInput,
            GuildsUncheckedCreateWithoutAutoRolesInput,
        >;
        update?: XOR<
            XOR<
                GuildsUpdateToOneWithWhereWithoutAutoRolesInput,
                GuildsUpdateWithoutAutoRolesInput,
            >,
            GuildsUncheckedUpdateWithoutAutoRolesInput,
        >;
        upsert?: GuildsUpsertWithoutAutoRolesInput;
    }
    Index

    Properties