Get flag logic (unreduced)
hypertune_get_logicFetch the underlying LOGIC of flags without reducing them — i.e. query { root { <selection> } } with no context. Returns the flag's conditional expression / rules rather than a single resolved value, useful for inspecting how a flag is configured. If the schema requires a context arg you can still pass a partial one via context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| context | No | Optional partial context, inlined as the `context` arg if the schema requires it. | |
| selection | Yes | GraphQL selection of flag fields under root, e.g. `exampleFlag`. |