DEV Community

Discussion on: DGraph Advanced Data Modeling: Part 1 - Timestamps

Collapse
 
jdgamble555 profile image
Jonathan Gamble

If you create a custom mutation, which is different than using a lambda webhook -- what this article is talking about --, then a person could still add data through add / update unless you prevent them from using the regular graphql endpoint by adding the NEVER / ALWAYS rule above. Basically your regular graphql endpoint is accessible to add / update data without the timestamp, so you must "lock it" from allowing people to add data that way.