Problem: Many times we have cases where we get data in list format from GraphQL query response. But in Relay when we want data from a fragment container we need to pass them as a single object.
Solution: Grpahql supports multiple directives for the r...