You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using Pulse logger to log some custom messages for a new GraphQL implementation which works very well. The only downside is since every URL resolves against localhost:4000/graphql/ all the items in the console have /graphql/ and there's no way to differntiate which request is which (see attached image). Is it possible to customize this label?
i'm using this code (Apollo client logging interceptor):
`class LoggingInterceptor: ApolloInterceptor {
var id: String = UUID().uuidString
Hi,
I'm using Pulse logger to log some custom messages for a new GraphQL implementation which works very well. The only downside is since every URL resolves against localhost:4000/graphql/ all the items in the console have /graphql/ and there's no way to differntiate which request is which (see attached image). Is it possible to customize this label?
i'm using this code (Apollo client logging interceptor):
`class LoggingInterceptor: ApolloInterceptor {
var id: String = UUID().uuidString
}`
The text was updated successfully, but these errors were encountered: