graphql-compose-mongoose
graphql-compose-mongoose copied to clipboard
Array items are generated as optional
Array items in the schema are type like [String] Instead I would like to have [String!] How to do it ?