neo4j-graphql-js
neo4j-graphql-js copied to clipboard
[Suggestion] Add 'now: boolean' to arguments of Temporal Fields
Hello
I actually wanted to make a createdAt filed for my mutation and i cannot do it for now.
I could be really nice to do it this way:
mutation {
Movie(title: "New added movie", createdAt: { now: true }) {
title
createdAt
}
}
What do you think of this idea ?
Note: I am currently on 'Full auto-generated' mode. And i am planning to switch to manual resolvers for more flexibility later on.
https://github.com/neo4j-graphql/neo4j-graphql-js/issues/608