Skip to content

Commit 650a16e

Browse files
committed
Update description
1 parent 4b311a5 commit 650a16e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/utilities/graphql/transform.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ const TYPENAME_FIELD: FieldNode = {
1010
};
1111

1212
/**
13-
* Adds `__typename` to all selection sets in the document. The operation
14-
* definition's selection set remains unchanged.
13+
* Adds `__typename` to all selection sets in the document except for the root
14+
* selection set.
1515
*
1616
* @param doc - The `ASTNode` to add `__typename` to
1717
*

0 commit comments

Comments
 (0)