mirror of
https://github.com/acid-info/logos-press-engine.git
synced 2025-02-22 14:18:14 +00:00
13 lines
295 B
JavaScript
13 lines
295 B
JavaScript
module.exports = {
|
|
client: {
|
|
includes: ['src/**/*.{ts,tsx}'],
|
|
service: {
|
|
name: 'unbody-graphql',
|
|
localSchemaFile: [
|
|
'./src/lib/unbody/unbody.graphql',
|
|
'./src/lib/unbody/unbody.extend.graphql',
|
|
], // how to configure to multiple schemas?
|
|
},
|
|
},
|
|
}
|