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
movies {
name
actors {
firstname
lastname
movies {
name
}
}
}
at the moment it is very easy for me to use the dataloader to query the actors of each movie but I have two problems:
how do I use the dataloader to query the children of the children? In my case the movies of an actor
how can I pass the parsed info data (so I know what fields are queried) to the dataloader, without reparsing the info, because as you know, the children-resolver is invoked for each parent
would be nice to see a simple example
thanks in advanced!
The text was updated successfully, but these errors were encountered:
I have a query that looks like this:
at the moment it is very easy for me to use the dataloader to query the actors of each movie but I have two problems:
would be nice to see a simple example
thanks in advanced!
The text was updated successfully, but these errors were encountered: