9 lines
130 B
TypeScript
9 lines
130 B
TypeScript
import { graphSchema } from '@/modules/index'
|
|
|
|
/**
|
|
* Used in codegen.yml
|
|
*/
|
|
|
|
const schema = graphSchema()
|
|
export default schema
|