DisBot
    Preparing search index...

    Type Alias GuildsCreateNestedOneWithoutGuildLeaveSetupInput

    type GuildsCreateNestedOneWithoutGuildLeaveSetupInput = {
        connect?: GuildsWhereUniqueInput;
        connectOrCreate?: GuildsCreateOrConnectWithoutGuildLeaveSetupInput;
        create?: XOR<
            GuildsCreateWithoutGuildLeaveSetupInput,
            GuildsUncheckedCreateWithoutGuildLeaveSetupInput,
        >;
    }
    Index

    Properties