max-depth onAccept not running #615
Replies: 1 comment
-
Hey @shawnjones253, This is a cache on the apollo server. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm seeing onAccept callbacks only run the first time they see a query/mutation. For context I'm using Apollo Server v4.9.3 and specifically looking at maxDepth. Is this normal? I tried looking in the graphql-armor code to see if there was some sort of caching being used but didn't find anything -- maybe I'm missing something obvious 😄
Beta Was this translation helpful? Give feedback.
All reactions