Skip to content

Commit c1593a5

Browse files
Merge ec16590 into 237c7ab
2 parents 237c7ab + ec16590 commit c1593a5

29 files changed

Lines changed: 101 additions & 230 deletions

File tree

.changeset/good-experts-flash.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@graphiql/toolkit': patch
3+
---
4+
5+
Move `@graphiql/create-fetcher` to `@graphiql/toolkit` because it doesn't need to be it's own package as @imolorhe pointed out

packages/codemirror-graphql/tsconfig.esm.json

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,10 @@
2222
],
2323
"references": [
2424
{
25-
"path": "../graphiql-toolkit/tsconfig.esm.json"
25+
"path": "../graphql-language-service-interface"
2626
},
2727
{
28-
"path": "../graphql-language-service/tsconfig.esm.json"
29-
},
30-
{
31-
"path": "../graphql-language-service-interface/tsconfig.esm.json"
32-
},
33-
{
34-
"path": "../graphql-language-service-parser/tsconfig.esm.json"
35-
},
36-
{
37-
"path": "../graphql-language-service-utils/tsconfig.esm.json"
28+
"path": "../graphql-language-service-parser"
3829
}
3930
]
4031
}

packages/codemirror-graphql/tsconfig.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,6 @@
2424
],
2525

2626
"references": [
27-
{
28-
"path": "../graphql-language-service"
29-
},
30-
{
31-
"path": "../graphql-language-service-utils"
32-
},
3327
{
3428
"path": "../graphql-language-service-parser"
3529
},

packages/graphiql-2-rfc-context/tsconfig.esm.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
],
2525
"references": [
2626
{
27-
"path": "../monaco-graphql/tsconfig.esm.json"
27+
"path": "../monaco-graphql"
2828
},
2929
{
30-
"path": "../graphql-language-service/tsconfig.esm.json"
30+
"path": "../graphql-language-service"
3131
}
3232
]
3333
}

packages/graphiql-create-fetcher/CHANGELOG.md

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

packages/graphiql-create-fetcher/package.json

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

packages/graphiql-create-fetcher/src/index.ts

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

packages/graphiql-create-fetcher/src/types.ts

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

packages/graphiql-create-fetcher/tsconfig.esm.json

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

packages/graphiql-create-fetcher/tsconfig.json

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

0 commit comments

Comments
 (0)