()
| 573 | // ManagedQueryHandler handles GraphQL queries for service-managed tables. |
| 574 | type ManagedQueryHandler interface { |
| 575 | ManagedQueryTables() []ManagedTable |
| 576 | ExecuteManagedQuery(context.Context, ManagedQueryRequest) (json.RawMessage, error) |
| 577 | } |
| 578 |
no outgoing calls
no test coverage detected