Type Alias DropGameCreateOrConnectWithoutGuildDropsGamesInput

DropGameCreateOrConnectWithoutGuildDropsGamesInput: {
    create: XOR<DropGameCreateWithoutGuildDropsGamesInput, DropGameUncheckedCreateWithoutGuildDropsGamesInput>;
    where: DropGameWhereUniqueInput;
}