DisBot
    Preparing search index...

    Type Alias GuildsCreateNestedOneWithoutGuildFeatureToggleInput

    type GuildsCreateNestedOneWithoutGuildFeatureToggleInput = {
        connect?: GuildsWhereUniqueInput;
        connectOrCreate?: GuildsCreateOrConnectWithoutGuildFeatureToggleInput;
        create?: XOR<
            GuildsCreateWithoutGuildFeatureToggleInput,
            GuildsUncheckedCreateWithoutGuildFeatureToggleInput,
        >;
    }
    Index

    Properties