DisBot
    Preparing search index...

    Type Alias GuildsCreateNestedOneWithoutGuildLogsInput

    type GuildsCreateNestedOneWithoutGuildLogsInput = {
        connect?: GuildsWhereUniqueInput;
        connectOrCreate?: GuildsCreateOrConnectWithoutGuildLogsInput;
        create?: XOR<
            GuildsCreateWithoutGuildLogsInput,
            GuildsUncheckedCreateWithoutGuildLogsInput,
        >;
    }
    Index

    Properties