Skip to content

Commit

Permalink
✨ NEW: handleGraphiqlOffline
Browse files Browse the repository at this point in the history
  • Loading branch information
jycouet committed Oct 22, 2022
1 parent 63e40d2 commit 98ef01d
Show file tree
Hide file tree
Showing 19 changed files with 5,124 additions and 5,454 deletions.
5 changes: 5 additions & 0 deletions .changeset/thick-rabbits-suffer.md
@@ -0,0 +1,5 @@
---
'@kitql/all-in': patch
---

add handleGraphiqlOffline
3 changes: 1 addition & 2 deletions examples/demo-init/.npmrc
@@ -1,2 +1 @@
save-exact=true
node-linker=hoisted
save-exact=true
2 changes: 1 addition & 1 deletion examples/demo-init/DEPLOY_DATETIME
@@ -1 +1 @@
Fri Jul 1 14:33:07 2022 +0200
Sat Oct 22 01:54:57 2022 +0200
4 changes: 2 additions & 2 deletions examples/demo-init/README.md
Expand Up @@ -13,8 +13,8 @@
## ⚡ How to (manual)

```
pnpm i
pnpm dev
yarn
yarn dev
🥳 check: http://localhost:3777/
```
10 changes: 9 additions & 1 deletion examples/demo-init/houdini.config.js
@@ -1,7 +1,15 @@
/// <references types="houdini-svelte">

/** @type {import('houdini').ConfigFile} */
const config = {
client: 'src/lib/graphql/houdiniClient.ts',
schemaPath: 'src/**/*.graphql',

plugins: {
'houdini-svelte': {
client: 'src/lib/graphql/houdiniClient.ts'
}
},

scalars: {
DateTime: {
type: 'Date',
Expand Down
12 changes: 8 additions & 4 deletions examples/demo-init/package.json
Expand Up @@ -39,15 +39,19 @@
"vite": "3.1.7"
},
"dependencies": {
"@kitql/all-in": "0.8.0-next.11",
"houdini": "0.16.8",
"graphql": "15.5.3"
"@kitql/all-in": "0.8.0-next.13",
"graphql": "15.8.0",
"houdini": "0.17.0",
"houdini-svelte": "0.17.0"
},
"resolutions": {
"graphql": "15.8.0"
},
"engines": {
"node": ">=16.0.0"
},
"volta": {
"node": "17.4.0",
"pnpm": "7.13.5"
"yarn": "1.22.19"
}
}

0 comments on commit 98ef01d

Please sign in to comment.