I'm submitting a ...
PostGraphile version:4.0.1
could i set a default value for update Mutation args.
like:
mutation {
updateUserById(input: {userPatch:{name:"test"}, id:1}){
user{id name updatetime}
}
}
return field updatetime will be set currenttime.
I'm submitting a ...
PostGraphile version:4.0.1
could i set a default value for update Mutation args.
like:
mutation {
updateUserById(input: {userPatch:{name:"test"}, id:1}){
user{id name updatetime}
}
}
return field updatetime will be set currenttime.