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

Method AdminMeta

internal/graph/schema.resolvers.go:241–243  ·  view source on GitHub ↗

AdminMeta is the resolver for the _admin_meta field.

(ctx context.Context)

Source from the content-addressed store, hash-verified

239
240// AdminMeta is the resolver for the _admin_meta field.
241func (r *queryResolver) AdminMeta(ctx context.Context) (*model.AdminMeta, error) {
242 return r.GraphQLProvider.AdminMeta(ctx)
243}
244
245// Env is the resolver for the _env field.
246func (r *queryResolver) Env(ctx context.Context) (*model.Env, error) {

Callers

nothing calls this directly

Calls 1

AdminMetaMethod · 0.65

Tested by

no test coverage detected