blob: 31abe6d47528e75f2455410c63bad17eb7af8387 (
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;
|