graphql 2022-06-02

I see that Apollo Studio no longer supports the JSON serialization of request traces, and now only supports a protobuf encoding. Is there any prior art for generating that protobuf encoding from Lacinia?

👀 1

that is unfortunate. could be built using https://github.com/protojure

I’m curious what, if anything, Lacinia users are using for field-level tracing and timing. I’m guessing Apollo Studio is not in widespread use. Are there other tools people like for monitoring the performance of their servers and identifying slow resolvers?