IsGroupBy returns whether this subgraph is part of a groupBy query.
()
| 309 | |
| 310 | // IsGroupBy returns whether this subgraph is part of a groupBy query. |
| 311 | func (sg *SubGraph) IsGroupBy() bool { |
| 312 | return sg.Params.IsGroupBy |
| 313 | } |
| 314 | |
| 315 | // IsInternal returns whether this subgraph is marked as internal. |
| 316 | func (sg *SubGraph) IsInternal() bool { |
no outgoing calls
no test coverage detected