()
| 1889 | } |
| 1890 | |
| 1891 | func (q *query) CustomHTTPConfig() (*FieldHTTPConfig, error) { |
| 1892 | return getCustomHTTPConfig((*field)(q), true) |
| 1893 | } |
| 1894 | |
| 1895 | func (q *query) EnumValues() []string { |
| 1896 | return nil |
nothing calls this directly
no test coverage detected