()
| 225 | type Query interface { |
| 226 | Field |
| 227 | QueryType() QueryType |
| 228 | DQLQuery() string |
| 229 | Rename(newName string) |
| 230 | // RepresentationsArg returns a parsed version of the `representations` argument for `_entities` |
no outgoing calls
no test coverage detected