(context.Context, ManagedQueryRequest)
| 574 | type ManagedQueryHandler interface { |
| 575 | ManagedQueryTables() []ManagedTable |
| 576 | ExecuteManagedQuery(context.Context, ManagedQueryRequest) (json.RawMessage, error) |
| 577 | } |
| 578 | |
| 579 | // ManagedMutationRoot describes one root mutation routed to a managed handler. |
no outgoing calls
no test coverage detected