Tag: graphql
All the articles with the tag "graphql".
Implementing Date type in GraphQL
Published: at 05:55 PM (3 min read)By default, GraphQL doesn't come with a way to work with dates and time. What you can do, however, is to define a custom type representing a ISO DateTime value.