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
{{ message }}
This repository has been archived by the owner on Nov 8, 2021. It is now read-only.
Currently, the only way I can find to mutate an object with a collection is to update the collection and insert my new member of the collection along with the existing members.
Is it possible to have a mutation to append a list?
The text was updated successfully, but these errors were encountered:
This is currently tracked in #28. It's not currently possible, but we're exploring options to enable that. In theory, it shouldn't be too hard to do but hasn't been prioritized yet.
Currently, the only way I can find to mutate an object with a collection is to update the collection and insert my new member of the collection along with the existing members.
Is it possible to have a mutation to append a list?
The text was updated successfully, but these errors were encountered: