Posts by Davidson Simoes • 11 points
1 post
- 
		1 votes0 answers64 viewsQ: Sequelizedatabaseerror - Syntax error when creating an ARRAY field in Graphql with sequelize and mysqlI am developing a basic API for blog graphql with Sequelize and Mysql as a database, everything works perfectly until I try to create a new keyword field of the Array type, for blog posts, I believe…