MCPcopy Create free account
hub / github.com/authorizerdev/authorizer / AdminSession

Method AdminSession

internal/graph/schema.resolvers.go:236–238  ·  view source on GitHub ↗

AdminSession is the resolver for the _admin_session field.

(ctx context.Context)

Source from the content-addressed store, hash-verified

234
235// AdminSession is the resolver for the _admin_session field.
236func (r *queryResolver) AdminSession(ctx context.Context) (*model.Response, error) {
237 return r.GraphQLProvider.AdminSession(ctx)
238}
239
240// AdminMeta is the resolver for the _admin_meta field.
241func (r *queryResolver) AdminMeta(ctx context.Context) (*model.AdminMeta, error) {

Callers

nothing calls this directly

Calls 1

AdminSessionMethod · 0.65

Tested by

no test coverage detected