@types/graphql
Advanced tools
Comparing version 0.9.4 to 0.10.0
@@ -0,0 +0,0 @@ import { GraphQLError } from './GraphQLError'; |
@@ -0,0 +0,0 @@ import { getLocation } from '../language'; |
@@ -0,0 +0,0 @@ export { GraphQLError } from './GraphQLError'; |
@@ -0,0 +0,0 @@ import { GraphQLError } from './GraphQLError'; |
@@ -0,0 +0,0 @@ import { Source } from '../language/source'; |
@@ -0,0 +0,0 @@ import { GraphQLError, locatedError } from '../error'; |
@@ -0,0 +0,0 @@ export { |
@@ -0,0 +0,0 @@ import { GraphQLSchema } from './type/schema'; |
@@ -1,7 +0,7 @@ | ||
// Type definitions for graphql 0.9 | ||
// Type definitions for graphql 0.10 | ||
// Project: https://www.npmjs.com/package/graphql | ||
// Definitions by: TonyYang <https://github.com/TonyPythoneer>, Caleb Meredith <https://github.com/calebmer>, Dominic Watson <https://github.com/intellix>, Firede <https://github.com/firede> | ||
// Definitions by: TonyYang <https://github.com/TonyPythoneer>, Caleb Meredith <https://github.com/calebmer>, Dominic Watson <https://github.com/intellix>, Firede <https://github.com/firede>, Kepennar <https://github.com/kepennar> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
// TypeScript Version: 2.3 | ||
// The primary entry point into fulfilling a GraphQL request. | ||
@@ -21,2 +21,3 @@ export { | ||
export * from './subscription'; | ||
@@ -23,0 +24,0 @@ // Execute GraphQL queries. |
@@ -0,0 +0,0 @@ import { Source } from './source'; |
@@ -0,0 +0,0 @@ export * from './ast'; |
@@ -0,0 +0,0 @@ // Name |
@@ -0,0 +0,0 @@ import { Token } from './ast'; |
@@ -0,0 +0,0 @@ import { Source } from "./source"; |
@@ -0,0 +0,0 @@ import { NamedTypeNode, TypeNode, ValueNode, DocumentNode } from "./ast"; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ export class Source { |
@@ -0,0 +0,0 @@ export const QueryDocumentKeys: { |
{ | ||
"name": "@types/graphql", | ||
"version": "0.9.4", | ||
"version": "0.10.0", | ||
"description": "TypeScript definitions for graphql", | ||
@@ -22,2 +22,6 @@ "license": "MIT", | ||
"url": "https://github.com/firede" | ||
}, | ||
{ | ||
"name": "Kepennar", | ||
"url": "https://github.com/kepennar" | ||
} | ||
@@ -33,4 +37,4 @@ ], | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "2f5673c510a2e2ef8307a5d13f187ffb7548e71fb8f10648a76ea7901ee3d5b4", | ||
"typeScriptVersion": "2.0" | ||
"typesPublisherContentHash": "858c35f07418b977ac6268c171fb1c7574ef2364b62e51b03db9774bb576357f", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Wed, 12 Jul 2017 21:16:46 GMT | ||
* Last updated: Fri, 14 Jul 2017 14:13:25 GMT | ||
* Dependencies: none | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by TonyYang <https://github.com/TonyPythoneer>, Caleb Meredith <https://github.com/calebmer>, Dominic Watson <https://github.com/intellix>, Firede <https://github.com/firede>. | ||
These definitions were written by TonyYang <https://github.com/TonyPythoneer>, Caleb Meredith <https://github.com/calebmer>, Dominic Watson <https://github.com/intellix>, Firede <https://github.com/firede>, Kepennar <https://github.com/kepennar>. |
@@ -0,0 +0,0 @@ import { |
@@ -0,0 +0,0 @@ import { |
@@ -0,0 +0,0 @@ // GraphQL Schema definition |
@@ -0,0 +0,0 @@ import { |
@@ -0,0 +0,0 @@ import { GraphQLScalarType } from './definition'; |
@@ -0,0 +0,0 @@ import { |
// Helper to assert that provided names are valid. | ||
export function assertValidName(name: string): void; |
@@ -0,0 +0,0 @@ import { |
@@ -0,0 +0,0 @@ import { DocumentNode, Location } from '../language/ast'; |
@@ -0,0 +0,0 @@ import { IntrospectionQuery } from './introspectionQuery'; |
@@ -0,0 +0,0 @@ import { DocumentNode } from '../language/ast'; |
@@ -0,0 +0,0 @@ import { DocumentNode } from '../language/ast'; |
@@ -0,0 +0,0 @@ import { |
@@ -0,0 +0,0 @@ import { GraphQLSchema } from '../type/schema'; |
@@ -0,0 +0,0 @@ import { DocumentNode, OperationDefinitionNode } from '../language/ast'; |
@@ -0,0 +0,0 @@ // The GraphQL query recommended for a full schema introspection. |
@@ -0,0 +0,0 @@ import { DirectiveLocationEnum } from '../type/directives'; |
@@ -0,0 +0,0 @@ import { GraphQLInputType } from '../type/definition'; |
@@ -0,0 +0,0 @@ import { ValueNode } from '../language/ast'; |
@@ -0,0 +0,0 @@ import { GraphQLSchema } from '../type/schema'; |
@@ -0,0 +0,0 @@ import { |
@@ -0,0 +0,0 @@ import { |
@@ -0,0 +0,0 @@ import { TypeNode } from '../language/ast'; |
@@ -0,0 +0,0 @@ import { GraphQLSchema } from '../type/schema'; |
@@ -0,0 +0,0 @@ import { GraphQLInputType } from '../type/definition'; |
export { validate, ValidationContext } from './validate'; | ||
export { specifiedRules } from './specifiedRules'; |
@@ -0,0 +0,0 @@ import { ValidationContext } from './validate'; // It needs to check. |
@@ -0,0 +0,0 @@ import { GraphQLError } from '../error'; |
Sorry, the diff of this file is not supported yet
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
77539
51
2335