Type Alias DropGameUpdateOneWithoutDropsNestedInput

DropGameUpdateOneWithoutDropsNestedInput: {
    connect?: DropGameWhereUniqueInput;
    connectOrCreate?: DropGameCreateOrConnectWithoutDropsInput;
    create?: XOR<DropGameCreateWithoutDropsInput, DropGameUncheckedCreateWithoutDropsInput>;
    delete?: DropGameWhereInput | boolean;
    disconnect?: DropGameWhereInput | boolean;
    update?: XOR<XOR<DropGameUpdateToOneWithWhereWithoutDropsInput, DropGameUpdateWithoutDropsInput>, DropGameUncheckedUpdateWithoutDropsInput>;
    upsert?: DropGameUpsertWithoutDropsInput;
}