FgaGetModel is the resolver for the _fga_get_model field.
(ctx context.Context)
| 274 | |
| 275 | // FgaGetModel is the resolver for the _fga_get_model field. |
| 276 | func (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. |
| 281 | func (r *queryResolver) FgaReadTuples(ctx context.Context, params model.FgaReadTuplesInput) (*model.FgaTuples, error) { |
nothing calls this directly
no test coverage detected