DisBot
    Preparing search index...

    Type Alias GuildsCreateNestedOneWithoutGuildLoggingInput

    type GuildsCreateNestedOneWithoutGuildLoggingInput = {
        connect?: GuildsWhereUniqueInput;
        connectOrCreate?: GuildsCreateOrConnectWithoutGuildLoggingInput;
        create?: XOR<
            GuildsCreateWithoutGuildLoggingInput,
            GuildsUncheckedCreateWithoutGuildLoggingInput,
        >;
    }
    Index

    Properties