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

Method adminService

internal/graphql/provider.go:75–77  ·  view source on GitHub ↗

adminService returns the admin operations of the underlying service provider. The concrete service value implements both service.Provider and service.AdminProvider (compile-time asserted in the service package), so this assertion always succeeds; admin resolvers delegate through it.

()

Source from the content-addressed store, hash-verified

73// service.AdminProvider (compile-time asserted in the service package), so this
74// assertion always succeeds; admin resolvers delegate through it.
75func (g *graphqlProvider) adminService() service.AdminProvider {
76 return g.ServiceProvider.(service.AdminProvider)
77}
78
79// Provider is the interface that provides the methods to interact with the graphql mutations and queries.
80type Provider interface {

Callers 15

WebhookLogsMethod · 0.95
AddEmailTemplateMethod · 0.95
UpdateUserMethod · 0.95
DeleteUserMethod · 0.95
EnableAccessMethod · 0.95
DeleteWebhookMethod · 0.95
UsersMethod · 0.95
FgaExpandMethod · 0.95
AdminMetaMethod · 0.95
AdminLoginMethod · 0.95
FgaListUsersMethod · 0.95
VerificationRequestsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected