Skip to content

Commit

Permalink
[C] Disable GraphQL Caching
Browse files Browse the repository at this point in the history
  • Loading branch information
Blake Mason authored and blnkt committed Apr 4, 2023
1 parent b8c4ca6 commit cab13ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/config/general.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
// requests (eg, the contact form), so we went with this
// approach.
'allowedGraphqlOrigins' => false,
'enableGraphqlCaching' => false,
],

// Dev environment settings
Expand Down

0 comments on commit cab13ad

Please sign in to comment.