Skip to content

Commit 98df384

Browse files
authored
Merge pull request #650 from constructive-io/devin/1769141729-codegen-separation-of-concerns
refactor(graphql-codegen): separate concerns by moving business logic to core
2 parents 22bd10f + f68fe40 commit 98df384

File tree

91 files changed

+3336
-4266
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

91 files changed

+3336
-4266
lines changed

graphql/codegen/.oxfmtrc.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"$schema": "./node_modules/oxfmt/configuration_schema.json",
3+
"printWidth": 80,
4+
"tabWidth": 2,
5+
"useTabs": false,
6+
"semi": true,
7+
"singleQuote": true,
8+
"trailingComma": "all",
9+
"bracketSpacing": true,
10+
"arrowParens": "always"
11+
}

0 commit comments

Comments
 (0)