Hi all - a quick question that I can’t seem to find an answer for. If anyone can point me in the right direction I’d be very grateful. And sorry if my terminology is off
I’m looking at some different data structures for an upcoming project.
For simplicity, this is a pared down version of the structure:
Data Type: Users
Containing fields: Name, Email Address, Jobs
The field Jobs, is a list of another data type, ‘Jobs’
My question is, can I create Jobs for a User by API?
From what I can see, that kind of data structure can only added to by the user directly in the app (by button click for example).
If someone can confirm or deny this I’d really appreciate it!
Thanks guys,
Rob