Skip to content

Commit

Permalink
Go
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan committed Jan 3, 2025
1 parent f09184f commit 30c931a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions dev-test/githunt/types.urql.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -533,12 +533,15 @@ export default {
__schema: {
queryType: {
name: 'Query',
kind: 'OBJECT',
},
mutationType: {
name: 'Mutation',
kind: 'OBJECT',
},
subscriptionType: {
name: 'Subscription',
kind: 'OBJECT',
},
types: [
{
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"build": "bob build",
"ci:lint": "cross-env \"ESLINT_USE_FLAT_CONFIG=false\" eslint --cache --ignore-path .gitignore --output-file eslint_report.json --format json .",
"clean": "rimraf node_modules/",
"generate:examples": "yarn generate:examples:cjs",
"generate:examples": "yarn generate:examples:cjs && yarn generate:examples:esm",
"generate:examples:cjs": "graphql-codegen --require dotenv/config --config ./dev-test/codegen.ts dotenv_config_path=dev-test/.env",
"generate:examples:esm": "graphql-codegen-esm --require dotenv/config --config ./dev-test/codegen.ts dotenv_config_path=dev-test/.env",
"lint": "cross-env \"ESLINT_USE_FLAT_CONFIG=false\" eslint --cache --ignore-path .gitignore .",
Expand Down

0 comments on commit 30c931a

Please sign in to comment.