graphql-tag
Advanced tools
Comparing version 0.1.9 to 0.1.10
import { Document } from 'graphql'; | ||
export default function gql(str: string): Document; | ||
export default function gql(literals: Array<string>, ...placeholders: Array<string>): Document; |
{ | ||
"name": "graphql-tag", | ||
"version": "0.1.9", | ||
"version": "0.1.10", | ||
"description": "A JavaScript template literal tag that parses GraphQL queries", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
185048