blob: 57b5c3d082c6419eaded5f376c088483ee2fc348 (
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;
|