My datamodel looks like this:
one user has many participant
one participant belongs to one user
I want to show the name of the user in the ParticipantResource at the form header. How to I do that.
What is the query for that?
My datamodel looks like this:
one user has many participant
one participant belongs to one user
I want to show the name of the user in the ParticipantResource at the form header. How to I do that.
What is the query for that?