Piotr Moszkowicz

Results 6 comments of Piotr Moszkowicz

"Temporary fix" ```ts const OwnedItemUniqueIndex = createIndexDecorator({ type: "UNIQUE" }); @Table({ tableName: "game_owned_items", underscored: true }) export default class OwnedItem extends Model { @PrimaryKey @AutoIncrement @Column public id: number; //...

That's really strange that AppSync still does not support that... We are using some libraries to combine our .graphql files together and they use `"""` comment syntax, which doesn't work...

It would be awesome to have that +1 to @VanTanev proposal.

@francismeynard Can we get this going? It's not nice to have vulnerabilities...

Hi @khushail, done! Please take a look and help with review ;)

Hey! Can we start looking at the code review for the PR? We would like to use that one in production and it is already stable for 3 weeks.