From b7033692e74f5a55cd1481ab1072d0573fd3ff1d Mon Sep 17 00:00:00 2001 From: Ivan Goncharov Date: Wed, 6 Dec 2017 14:35:41 +0200 Subject: [PATCH] Export GraphQLArgs --- src/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.js b/src/index.js index b4d7a79095..d52203f3f8 100644 --- a/src/index.js +++ b/src/index.js @@ -32,6 +32,7 @@ */ // The primary entry point into fulfilling a GraphQL request. +export type { GraphQLArgs } from './graphql'; export { graphql, graphqlSync } from './graphql'; // Create and operate on GraphQL type definitions and schema.