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

Struct Resolver

internal/graph/resolver.go:11–13  ·  view source on GitHub ↗

This file will not be regenerated automatically. It serves as dependency injection for your app, add any dependencies you require here.

Source from the content-addressed store, hash-verified

9// It serves as dependency injection for your app, add any dependencies you require here.
10
11type Resolver struct {
12 GraphQLProvider graphql.Provider
13}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected