DisBot
    Preparing search index...

    Type Alias GuildsUpsertWithoutGuildFeatureToggleInput

    type GuildsUpsertWithoutGuildFeatureToggleInput = {
        create: XOR<
            GuildsCreateWithoutGuildFeatureToggleInput,
            GuildsUncheckedCreateWithoutGuildFeatureToggleInput,
        >;
        update: XOR<
            GuildsUpdateWithoutGuildFeatureToggleInput,
            GuildsUncheckedUpdateWithoutGuildFeatureToggleInput,
        >;
        where?: GuildsWhereInput;
    }
    Index

    Properties

    Properties