remove duplicate functions.

This commit is contained in:
Firede
2017-03-27 17:19:40 +08:00
parent 67dba4b5a7
commit 7fdcaa7710
2 changed files with 1 additions and 13 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
// Type definitions for graphql v0.8.2
// 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>
// 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: https://github.com/DefinitelyTyped/DefinitelyTyped
-12
View File
@@ -26,15 +26,3 @@ export function getDescription(node: { loc?: Location }): string;
* document.
*/
export function buildSchema(source: string | Source): GraphQLSchema;
/**
* Given an ast node, returns its string description based on a contiguous
* block full-line of comments preceding it.
*/
export function getDescription(node: { loc?: Location }): string;
/**
* A helper function to build a GraphQLSchema directly from a source
* document.
*/
export function buildSchema(source: string | Source): GraphQLSchema;