0.9.4 • Published 8 months ago
@graphitation/graphql-js-tag v0.9.4
graphql-js-tag
A simple graphql-js AST based graphql
tagged template function.
This version makes a few assumptions that allow it to make some optimizations:
- Documents will not be mutated once created, which allows copying interpolated documents by reference instead of value.
- Documents are named uniquely and defined only once, which makes de-duping by reference possible.
Other optimizations:
- The
invariant
call can be stripped out when applicable. - Inline documents are parsed ahead-of-time and have their AST inlined.
0.9.4
8 months ago
0.9.3
8 months ago
0.9.1
2 years ago
0.9.0
3 years ago
0.8.1
3 years ago
0.8.0
3 years ago
0.8.3
3 years ago
0.8.2
3 years ago
0.7.0
4 years ago
0.6.0
4 years ago
0.5.5
4 years ago
0.5.4
4 years ago
0.5.3
4 years ago
0.5.2
4 years ago
0.5.0
4 years ago
0.4.0
4 years ago
0.3.0
4 years ago
0.2.0
4 years ago
0.1.1
4 years ago