graphql-compose / graphql-compose-mongoose

Mongoose model converter to GraphQL types with resolvers for graphql-compose https://github.com/nodkz/graphql-compose
MIT License
709 stars 94 forks source link

Array items are generated as optional #432

Open prbxr opened 1 year ago

prbxr commented 1 year ago

Array items in the schema are type like [String] Instead I would like to have [String!] How to do it ?