We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07984e6 commit c1eca36Copy full SHA for c1eca36
src/index.js
@@ -32,6 +32,7 @@
32
*/
33
34
// The primary entry point into fulfilling a GraphQL request.
35
+export type { GraphQLArgs } from './graphql';
36
export { graphql, graphqlSync } from './graphql';
37
38
// Create and operate on GraphQL type definitions and schema.
0 commit comments