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 44670f6 commit 4023522Copy full SHA for 4023522
1 file changed
src/index.ts
@@ -3,7 +3,7 @@ export * from "./Field.js";
3
export * from "./Operation.js";
4
export * from "./Parameter.js";
5
export * from "./Resource.js";
6
-export * from "./graphql";
7
-export * from "./hydra";
8
-export * from "./openapi3";
9
-export * from "./swagger";
+export * from "./graphql/index.js";
+export * from "./hydra/index.js";
+export * from "./openapi3/index.js";
+export * from "./swagger/index.js";
0 commit comments