evershop
evershop copied to clipboard
GraphQL query grouping
For performance purpose, we need to find a solution to group the Graphql queries. Same query should be grouped and executed 1 time only
Have you looked at Supergraph/Subgraphs?