General graphQL-question, relating react-apollo I...
# prisma-whats-new
e
General graphQL-question, relating react-apollo I have one component which queries for Posts and another one which does so At some point Component 2 runs the query again and receives a different result The state is updated, but the props of Component 1 don't update. Would I have to run the query again, or should the component always have up to date props automatically?