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
Is there a way to use GraphQl with Varnish caching? As far as I understand, it's hard to cache graphql requests because they work over POST. May be I can switch GraphQL to work through GET, or use static queries, or something else?