11 lines
282 B
JavaScript
11 lines
282 B
JavaScript
module.exports = {
|
|
client: {
|
|
service: {
|
|
name: 'crmgraphql',
|
|
url: 'http://localhost/crmgraphql/',
|
|
// localSchemaFile: 'src/core/services/CrmService/graphql/schema.graphql',
|
|
},
|
|
excludes: ['src/core/services/CrmService/graphql/schema.graphql'],
|
|
},
|
|
};
|