diff options
Diffstat (limited to 'src/graphql/client.ts')
| -rw-r--r-- | src/graphql/client.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/graphql/client.ts b/src/graphql/client.ts new file mode 100644 index 00000000..367b8381 --- /dev/null +++ b/src/graphql/client.ts @@ -0,0 +1,3 @@ +import { HoudiniClient } from '$houdini'; + +export default new HoudiniClient({ url: '/graphql' }); |