Skip to content

Commit

Permalink
update graphql settings
Browse files Browse the repository at this point in the history
  • Loading branch information
lkostrowski committed Oct 30, 2024
1 parent 6ea3eab commit 13c4c54
Show file tree
Hide file tree
Showing 5 changed files with 95,312 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ yarn-error.log*
.vscode
.idea

# GraphQL auto-generated
generated/

# Sentry
.sentryclirc
Expand Down
2 changes: 2 additions & 0 deletions .graphqlrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ extensions:
generated/graphql.ts:
config:
dedupeFragments: true
# Reduces bundle size
enumsAsTypes: true
plugins:
- typescript
- typescript-operations
Expand Down
Loading

0 comments on commit 13c4c54

Please sign in to comment.