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
I'm looking to set an empty array of uuids to an array of 2 existing uuids. How can you do this in Hasura? I tried removing the {} and the " " from the code in the _set: .... part of the query, but they don't work. I don't seem to be able to get this to work with a uuid. Also I'm sure I have an array relationship set, as I can successfully query an author, if it has one post id in it.
The text was updated successfully, but these errors were encountered:
e.g. something like this doesn't work:
I get this error:
Square brackets don't seem to work either:
I'm looking to set an empty array of uuids to an array of 2 existing uuids. How can you do this in Hasura? I tried removing the
{}
and the" "
from the code in the_set: ....
part of the query, but they don't work. I don't seem to be able to get this to work with a uuid. Also I'm sure I have an array relationship set, as I can successfully query an author, if it has one post id in it.The text was updated successfully, but these errors were encountered: