The root of the DAG.
| 12279 | |
| 12280 | // The root of the DAG. |
| 12281 | type Query struct { |
| 12282 | query *querybuilder.Selection |
| 12283 | |
| 12284 | defaultPlatform *Platform |
| 12285 | id *ID |
| 12286 | } |
| 12287 | |
| 12288 | func (r *Query) WithGraphQLQuery(q *querybuilder.Selection) *Query { |
| 12289 | return &Query{ |
nothing calls this directly
no outgoing calls
no test coverage detected