Zendro-dev / graphql-server-model-codegen

Command line utility to auto-generate the structure files for a graphql server
MIT License
1 stars 2 forks source link

Issue foreign key arrays+m #163

Closed vsuaste closed 4 years ago

vsuaste commented 4 years ago

This branch implements support for foreign key arrays.

vsuaste commented 4 years ago

New changes needs to be done: store arrays as strings instead of JSON type.