graphql-tag
- Version 2.12.6
- Published
- 172 kB
- 1 dependency
- MIT license
Install
npm i graphql-tag
yarn add graphql-tag
pnpm add graphql-tag
Overview
A JavaScript template literal tag that parses GraphQL queries
Index
Functions
function disableExperimentalFragmentVariables
disableExperimentalFragmentVariables: () => void;
function disableFragmentWarnings
disableFragmentWarnings: () => void;
function enableExperimentalFragmentVariables
enableExperimentalFragmentVariables: () => void;
function gql
gql: typeof gql;
function resetCaches
resetCaches: () => void;
Namespaces
namespace gql
namespace gql {}
variable _a
var _a: typeof gql;
variable disableExperimentalFragmentVariables
const disableExperimentalFragmentVariables: () => void;
variable disableFragmentWarnings
const disableFragmentWarnings: () => void;
variable enableExperimentalFragmentVariables
const enableExperimentalFragmentVariables: () => void;
variable gql
const gql: typeof gql;
variable resetCaches
const resetCaches: () => void;
Package Files (1)
Dependencies (1)
Dev Dependencies (12)
Peer Dependencies (1)
Badge
To add a badge like this oneto your package's README, use the codes available below.
You may also use Shields.io to create a custom badge linking to https://www.jsdocs.io/package/graphql-tag
.
- Markdown[![jsDocs.io](https://img.shields.io/badge/jsDocs.io-reference-blue)](https://www.jsdocs.io/package/graphql-tag)
- HTML<a href="https://www.jsdocs.io/package/graphql-tag"><img src="https://img.shields.io/badge/jsDocs.io-reference-blue" alt="jsDocs.io"></a>
- Updated .
Package analyzed in 2423 ms. - Missing or incorrect documentation? Open an issue for this package.