Type Alias DropGameUpdateToOneWithWhereWithoutGuildDropsGamesInput

DropGameUpdateToOneWithWhereWithoutGuildDropsGamesInput: {
    data: XOR<DropGameUpdateWithoutGuildDropsGamesInput, DropGameUncheckedUpdateWithoutGuildDropsGamesInput>;
    where?: DropGameWhereInput;
}