Skip to content

Commit b3012d7

Browse files
committed
docs: Update readme and changelog for __name
1 parent 759d64b commit b3012d7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11

22
# json-to-graphql-query Changelog
33

4+
## 2.1.0
5+
6+
* Added support for named queries/mutations (thanks @peng-huang-cc).
7+
48
## 2.0.2
59

610
* Update package dependencies to handle security vulnerabilties

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ Supported Options:
3939
* Support for simple directives (such as `@client`) via [`__directives`](#query-with-directives)
4040
* Support for one or more inline fragments via [`__on.__typeName`](#query-with-inline-fragments)
4141
* Support for full fragments via [`__all_on`](#query-with-inline-fragments)
42+
* Support for named queries/mutations via [`__name`](#query-with-name)
4243

4344
## Recent Changes
4445

@@ -492,7 +493,6 @@ query NewName ($variable1: String!, $variableWithDefault: String = "default_valu
492493

493494
## TO-DO List
494495

495-
* Support Named Queries / Mutations
496496
* Probably some other things!...
497497

498498
Pull requests welcome!

0 commit comments

Comments
 (0)