blob: 1b8bb747efb5ae8d17c74e23ca5547aa01f7352d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
import { createHoudiniConfig } from "sveltekit-graphql/config";
const config = createHoudiniConfig({
scalars: {
// You can define custom scalars here
},
});
export default config;
|