Using the following graphql:
scalar Date type MyModel { id: ID! date: Date! } query MyModels { myModels { id date } } type Query { myModel: [