Skip to content

Commit 1f591fc

Browse files
committed
Update with changes to schema
1 parent d3d7fca commit 1f591fc

File tree

25 files changed

+75
-698
lines changed

25 files changed

+75
-698
lines changed

houdini.config.js

+1-5
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,13 @@
33
/** @type {import('houdini').ConfigFile} */
44
const config = {
55
watchSchema: {
6-
url: 'http://127.0.0.1:4000/query'
6+
url: 'http://127.0.0.1:3000/query'
77
},
88
plugins: {
99
'houdini-svelte': {}
1010
},
1111
scalars: {
1212
Slug: { type: 'string' },
13-
ReconcilerName: { type: 'string' },
14-
ReconcilerConfigKey: {
15-
type: 'string'
16-
},
1713
Date: {
1814
type: 'Date',
1915
unmarshal(val) {

0 commit comments

Comments
 (0)