DisBot
    Preparing search index...

    Type Alias GuildsCreateOrConnectWithoutGuildFeatureToggleInput

    type GuildsCreateOrConnectWithoutGuildFeatureToggleInput = {
        create: XOR<
            GuildsCreateWithoutGuildFeatureToggleInput,
            GuildsUncheckedCreateWithoutGuildFeatureToggleInput,
        >;
        where: GuildsWhereUniqueInput;
    }
    Index

    Properties

    Properties