Skip to content

Commit c1eca36

Browse files
IvanGoncharovleebyron
authored andcommitted
Export GraphQLArgs (#1118)
1 parent 07984e6 commit c1eca36

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
*/
3333

3434
// The primary entry point into fulfilling a GraphQL request.
35+
export type { GraphQLArgs } from './graphql';
3536
export { graphql, graphqlSync } from './graphql';
3637

3738
// Create and operate on GraphQL type definitions and schema.

0 commit comments

Comments
 (0)