Piotr Moszkowicz
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...