We use Apollo inside our Spring Boot app and define our schema in schema.graphqls file. Sometimes, we mark some arguments / fields as deprecated. Is there some way how to detect that some client calls our API using these deprecated fields or arguments and perform addition actions when detected (logging, alerting etc.)? Could this be done using some kind of request interceptor or are there some standardized tools for this?
Add a comment
|