Files
speckle-server/packages/server/modules/schema.js
T
2022-10-06 11:12:16 +03:00

9 lines
137 B
JavaScript

const { graphSchema } = require('@/modules/index')
/**
* Used in codegen.yml
*/
const schema = graphSchema()
module.exports = schema