5 lines
82 B
JavaScript
5 lines
82 B
JavaScript
|
module.exports = {
|
||
|
description: 'Echoer',
|
||
|
schemaFile: '../schema.graphql',
|
||
|
};
|