upsert{
query{
q(func: eq(ENTERPRISE.ENTERPRISE_SOCIAL_SECURITY.ID,1)) {
v as uid
}
}
mutation{
set{
uid(v) <ENTERPRISE.ENTERPRISE_SOCIAL_SECURITY.PERSION_COVERAGE_NUM> "3" .
uid(v) <ENTERPRISE.ENTERPRISE_SOCIAL_SECURITY.ID> "1" .
uid(v) <ENTERPRISE.ENTERPRISE_SOCIAL_SECURITY.INSURE_START_YEAR> "null" .
}
}
}
For example, in the syntax above, if it is string type “null”, it is ok, but if the field is an int the string “null” will get an error. If the field is an int what if it is an empty property via the upstate syntax, then the problem is if it is string “null”, the query is still string “null”, not really NULL