11 lines
244 B
JavaScript
11 lines
244 B
JavaScript
module.exports = {
|
|
client: {
|
|
service: {
|
|
name: 'crmgraphql',
|
|
url: 'http://localhost/crmgraphql/',
|
|
localSchemaFile: 'src/core/graphql/schemas/crm.graphql',
|
|
},
|
|
excludes: ['src/core/graphql/schemas/**/*.*'],
|
|
},
|
|
};
|