How do I write grapql schema for created datetime property and make it assign a current datetime for my selected timezone with @cypher directive?
I'm asking for graphql idl to use with GraphQL plugin of neo4j.
Thanks
Hi micheal, other graphql workflows handle this use case with default-value usually in ORM layer not in graphql schema itself but in our case GraphqlQl plugin need to handle the task of ORM used with other types of databases for their graphql api.
Ma...