Skip to content

Commit

Permalink
chore: remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkuhrt committed Sep 26, 2024
1 parent 5f5549b commit 1a84cfa
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/layers/6_client/requestMethods/document.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,6 @@ export type DocumentRunner<
$Params extends (IsTupleMultiple<UnionToTuple<$$Name>> extends true ? [name: $$Name] : []),
const $Name extends string = $Params extends [] ? $$Name : $Params[0],
>(...params: $Params) =>
// [$Name]
// ResultSet.Root<
// AddTypenameToSelectedRootTypeResultFields<
// $$Config,
// $$Index,
// Document.GetRootTypeNameOfOperation<$$Document, $Name>,
// Document.GetOperation<$$Document, $Name>
// >,
// $$Index,
// Document.GetRootTypeNameOfOperation<$$Document, $Name>
// >
//
Promise<
ResolveOutputReturnRootType<
$$Config,
Expand Down

0 comments on commit 1a84cfa

Please sign in to comment.