Skip to content

Commit a8e0f68

Browse files
committed
refactor: remove obsolete comment
We removed the value coercion at this place a while ago, so the comment was just confusing.
1 parent 137d5d0 commit a8e0f68

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/graphql/query-distiller.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,6 @@ export interface OperationDistillationParams {
148148
* Creates a simplified description of an operation definition
149149
*/
150150
export function distillOperation(params: OperationDistillationParams): DistilledOperation {
151-
// needed to coerce values
152-
// not really sure when we should do this
153-
// I think it's idempotent, so won't do much harm except from performance penality
154151
const context: Context = {
155152
variableValues: params.variableValues,
156153
fragments: params.fragments,

0 commit comments

Comments
 (0)