mickhansen / graphql-sequelize

GraphQL & Relay for MySQL & Postgres via Sequelize
MIT License
1.9k stars 172 forks source link

#20 - fix for the ENUM type name fix so that it also checks inside of… #698

Closed jlaramie closed 3 years ago

jlaramie commented 3 years ago

… GraphQLList and fixes the type names when it finds them

https://github.com/mickhansen/graphql-sequelize/issues/20 https://github.com/mickhansen/graphql-sequelize/commit/57adbf02bd558f1c14564d59267b6f78b3abbdba https://github.com/mickhansen/graphql-sequelize/commit/9a8d45e4843c3410874a8d3ee5583d335610d5f2

jlaramie commented 3 years ago

@mickhansen I wasn't able to actually get the tests running but I looked at the tests associated with #20 and updated them with tests for my fix

mickhansen commented 3 years ago

9.4.2