DisBot
    Preparing search index...

    Type Alias GuildsCreateNestedOneWithoutPollsInput

    type GuildsCreateNestedOneWithoutPollsInput = {
        connect?: GuildsWhereUniqueInput;
        connectOrCreate?: GuildsCreateOrConnectWithoutPollsInput;
        create?: XOR<
            GuildsCreateWithoutPollsInput,
            GuildsUncheckedCreateWithoutPollsInput,
        >;
    }
    Index

    Properties