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

Attribute descriptions in model definitions cause issues #219

Closed qwerdenkerXD closed 1 year ago

qwerdenkerXD commented 1 year ago

Defining data models with attribute descriptions like

"attributes" : {
    "title" : {"type":"String", "description": "The book's title"},
    "publisher_id": "Int"
  },

cause errors because some methods expect a type-string instead of an object.