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
}`