apollo-feature-requests
apollo-feature-requests copied to clipboard
Support array of IDs for useFragment
I think would be great if useFragment supports array of IDs. I understand that I can still use useQuery, but it requires a cache redirect, I would like to avoid it. Also, it's more flexible, if one day the component starts receiving an array of IDs instead of a single ID, there is no need to change useFragment to useQuery.