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

Method FgaWriteModel

internal/graph/schema.resolvers.go:176–178  ·  view source on GitHub ↗

FgaWriteModel is the resolver for the _fga_write_model field.

(ctx context.Context, params model.FgaWriteModelInput)

Source from the content-addressed store, hash-verified

174
175// FgaWriteModel is the resolver for the _fga_write_model field.
176func (r *mutationResolver) FgaWriteModel(ctx context.Context, params model.FgaWriteModelInput) (*model.FgaModel, error) {
177 return r.GraphQLProvider.FgaWriteModel(ctx, &params)
178}
179
180// FgaWriteTuples is the resolver for the _fga_write_tuples field.
181func (r *mutationResolver) FgaWriteTuples(ctx context.Context, params model.FgaWriteTuplesInput) (*model.Response, error) {

Callers

nothing calls this directly

Calls 1

FgaWriteModelMethod · 0.65

Tested by

no test coverage detected