You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #102 I had problems with the upsert in that example, which were resolved when setting name as a hard coded string value: NODE as q(func: eq(name, "foo")).
This confirms that what would to me seem as an intuitive way to combine query variables and upsert does not work.
Is it possible to do such an operation and if so, can you perhaps provide documentation for doing this correctly?