Skip to content

Instantly share code, notes, and snippets.

@rphansen91
Created June 30, 2020 06:13
Show Gist options
  • Save rphansen91/ef5c56250da0009a87e536eba707dd1d to your computer and use it in GitHub Desktop.
Save rphansen91/ef5c56250da0009a87e536eba707dd1d to your computer and use it in GitHub Desktop.
{
"schema": ["./node_modules/ts-mongo-codegen/dist/types/mongo-types.ts", "./src/gql/*.ts"],
"generates": {
"./src/types.generated.ts": {
"plugins": [
"typescript",
"typescript-operations",
"typescript-resolvers",
"ts-mongo-codegen"
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment