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 was archived by the owner on Apr 11, 2019. It is now read-only.
Hi. I was trying to add a meta object into a relationship's object. For example, I have a user object which has many cars but I need to send some extra data about cars. So the request at the end should be like this:
Hi. I was trying to add a
metaobject into a relationship's object. For example, I have auserobject which has manycarsbut I need to send some extra data aboutcars. So the request at the end should be like this:I tried to do:
But I noticed when the request is sent, it doesn't send
metain any place.How could I make this work?
Thanks in advance.