marmelab / json-graphql-server

Get a full fake GraphQL API with zero coding in less than 30 seconds.
MIT License
1.93k stars 169 forks source link

Add ISO string Date support #139

Closed slax57 closed 2 years ago

slax57 commented 2 years ago

Description

Add ISO string Date support

For example:

{"posts": [
   {
       "id": "test",
       "postTime": "2022-01-01T00:00:00Z"
   }
]}

Supersedes #138

Related Issue

Fixes #136

ToDo