Is it possible to use an `AND` in the `where` clau...
# orm-help
s
Is it possible to use an
AND
in the
where
clause of an upsert operation?
The mutation I am trying now is returning:
Copy code
Cannot return null for non-nullable field Mutation.<MyMutation>.
n
No, it's not.
the
where
clause in
upsert
is used to select a single node.
therefore, you can only select a single unique field.