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.