Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
pmelab committed Jan 23, 2024
1 parent a04b053 commit 1784b11
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 0 additions & 3 deletions apps/website/src/types/gatsby-autoload.d.ts

This file was deleted.

3 changes: 3 additions & 0 deletions packages/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
],
"/source": [
"build/generated/source.d.ts"
],
"gatsby-autoload": [
"src/types/gatsby-autoload.d.ts"
]
}
},
Expand Down
3 changes: 3 additions & 0 deletions packages/schema/src/types/gatsby-autoload.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import { GraphQLFieldResolver } from 'graphql';

export default Record<string, GraphQLFieldResolver<any, any>>;

0 comments on commit 1784b11

Please sign in to comment.