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

Method FgaGetModel

internal/graph/schema.resolvers.go:276–278  ·  view source on GitHub ↗

FgaGetModel is the resolver for the _fga_get_model field.

(ctx context.Context)

Source from the content-addressed store, hash-verified

274
275// FgaGetModel is the resolver for the _fga_get_model field.
276func (r *queryResolver) FgaGetModel(ctx context.Context) (*model.FgaModel, error) {
277 return r.GraphQLProvider.FgaGetModel(ctx)
278}
279
280// FgaReadTuples is the resolver for the _fga_read_tuples field.
281func (r *queryResolver) FgaReadTuples(ctx context.Context, params model.FgaReadTuplesInput) (*model.FgaTuples, error) {

Callers

nothing calls this directly

Calls 1

FgaGetModelMethod · 0.65

Tested by

no test coverage detected