Skip to content

Commit a7505c2

Browse files
committed
Merge branch 'main' of github.com:graphql-hive/console into feat/lab-query-plan
2 parents 7f23520 + 02f3ace commit a7505c2

261 files changed

Lines changed: 7631 additions & 6042 deletions

File tree

Some content is hidden

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

.changeset/fresh-rockets-spend.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/ready-radios-search.md

Lines changed: 0 additions & 21 deletions
This file was deleted.

.eslintrc.cjs

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,12 @@ module.exports = {
6565
parser: '@graphql-eslint/eslint-plugin',
6666
plugins: ['@graphql-eslint'],
6767
parserOptions: {
68-
graphQLConfig: {
69-
schema: SCHEMA_PATH,
70-
operations: OPERATIONS_PATHS,
71-
documents: OPERATIONS_PATHS,
72-
},
68+
schema: SCHEMA_PATH,
69+
operations: OPERATIONS_PATHS,
7370
},
7471
rules: {
75-
'@graphql-eslint/require-selections': 'error',
72+
'@graphql-eslint/no-deprecated': 'error',
73+
'@graphql-eslint/require-id-when-available': 'error',
7674
},
7775
},
7876
{
@@ -85,6 +83,7 @@ module.exports = {
8583
plugins: ['@graphql-eslint'],
8684
rules: {
8785
'@graphql-eslint/no-deprecated': 'error',
86+
'@graphql-eslint/require-id-when-available': 'error',
8887
},
8988
},
9089
{

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,3 +158,5 @@ Cargo.lock
158158
Cargo.lock
159159
Cargo.lock
160160
Cargo.lock
161+
Cargo.lock
162+
Cargo.lock

0 commit comments

Comments
 (0)