|
|
|
|
|
by alexgrover
1281 days ago
|
|
In addition to the other comments, their APM platform is built specifically for graphql so it includes things like query performance on the field level. Existing tools don’t always play nicely since a graphql server is usually just one endpoint and doesn’t use normal status codes. They also provide libraries for both the client and server so they can tell you what versions of your client are using specific data. |
|