package
0.0.0-20241023151158-d6507ad059ac
Repository: https://github.com/promoboxx/go-service.git
Documentation: pkg.go.dev

# Functions

This is a bit of a hack workaround to make the `middleware.GetClaimsFromContext` function return an error, to gracefully handle situations where no auth claims were injected by any middleware.
Creates a GraphQL tracing extension that can be used with a gqlgen server like this (you will need to prepend NewGraphQLTracer with whatever package prefix you assign it in the import statement) graphqlSrv := handler.NewDefaultServer(generated.NewExecutableSchema(generated.Config{ Resolvers: &graph.Resolver{}, })) graphqlSrv.Use(NewGraphQLTracer()).
No description provided by the author

# Interfaces

No description provided by the author