DisBot
    Preparing search index...

    Type Alias GuildsCreateNestedOneWithoutAutoPublishInput

    type GuildsCreateNestedOneWithoutAutoPublishInput = {
        connect?: GuildsWhereUniqueInput;
        connectOrCreate?: GuildsCreateOrConnectWithoutAutoPublishInput;
        create?: XOR<
            GuildsCreateWithoutAutoPublishInput,
            GuildsUncheckedCreateWithoutAutoPublishInput,
        >;
    }
    Index

    Properties