We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 137d5d0 commit a8e0f68Copy full SHA for a8e0f68
src/graphql/query-distiller.ts
@@ -148,9 +148,6 @@ export interface OperationDistillationParams {
148
* Creates a simplified description of an operation definition
149
*/
150
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
154
const context: Context = {
155
variableValues: params.variableValues,
156
fragments: params.fragments,
0 commit comments