Hi,
I stumbled onto this post, which mentions how to set default values for timestamp fields and any field in general. It mentioned also this MR which is already merged, and still in the main codebase.
Then my question is: Why can’t I use the @default
directive in my dgraph cloud instance? I’m trying to modify the schema but it throws this error
resolving updateGQLSchema failed because input:640: Undefined directive default.
Will it ever be added, or if I want to use it would I need to host a server myself?