Apollo Client Graphql : limit to one row relation one-to-many
Okay there is the problem, I wanna know if when requesting table which as a relation with another one in one-to-many, its was possible to get data a single rows without edges and node sub folder ? Like a one-to-one relation ? Because Im using the second table for translation so I just need one translation for a specific language...
For example, I have the table tmdb_movie which contain the movie id only, and another table tmdb_movie_translation which contain the language and the movie_id and the title (in right language).
I have this kind of resposne right now :
For example, I have the table tmdb_movie which contain the movie id only, and another table tmdb_movie_translation which contain the language and the movie_id and the title (in right language).
I have this kind of resposne right now :