Skip to content

Commit

Permalink
Refactor codegen.ts to include noGraphQLTag option (#5449)
Browse files Browse the repository at this point in the history
  • Loading branch information
bigint authored Nov 9, 2024
1 parent 97bc3dc commit a69b720
Show file tree
Hide file tree
Showing 2 changed files with 149 additions and 2,448 deletions.
3 changes: 2 additions & 1 deletion packages/lens/codegen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ import LensEndpoint from "@hey/data/lens-endpoints";

const config: CodegenConfig = {
config: {
inlineFragmentTypes: "combine"
inlineFragmentTypes: "combine",
noGraphQLTag: true
},
documents: "./documents/**/*.graphql",
generates: {
Expand Down
Loading

1 comment on commit a69b720

@vercel
Copy link

@vercel vercel bot commented on a69b720 Nov 9, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

web – ./

web-git-main-heyxyz.vercel.app
hey.xyz
web-heyxyz.vercel.app
heyxyz.vercel.app

Please sign in to comment.