APQ should only be attempted for queries, right? I...
# apollo-kotlin
a
APQ should only be attempted for queries, right? It seems as though the interceptor gets applied to mutations as well.
b
Hi! I believe APQ should also work also for mutations. Do you have a counter example?
a
Hmm... I don't. I was making an assumption based on the name and our own server implementation. But if that's intended behavior, then disregard this message. Thanks!
b
No worries 🙂. Yes there are many places (in the code and in the specs) where the term “query” is used where “operation” should. That brings confusion sometimes. Maybe even the name GraphQL itself should be GraphOL? 😛
😂 2