-
Notifications
You must be signed in to change notification settings - Fork 95
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve identity template literal tag docs (#254)
This PR improves the identity template literal tag docs: - Tweaked the text from saying tags are “always” used in Apollo projects to “often”, as there are situations where tags are not necessary like when making server side queries via `node-fetch` that come up in real world projects. - Replaced the manual copy paste fake tag code with the suggestion to use [`fake-tag`](https://npm.im/fake-tag). This utility is easy to install and use and has tests covering Interpolations and escapes. It has been reasonably battle tested. - Mentioned the `/* GraphQL */` comment tag enhancement issue (#224). See earlier discussion: #224 (comment) Co-authored-by: Jon Wong <[email protected]>
- Loading branch information
1 parent
4f83993
commit a1a7517
Showing
2 changed files
with
11 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters