85742c5785
* split relay into two environments, refactored schema grabbing, implemented api call for token price graph
7 lines
205 B
JavaScript
7 lines
205 B
JavaScript
module.exports = {
|
|
src: './src',
|
|
language: 'typescript',
|
|
schema: './src/graphql/data/schema.graphql',
|
|
exclude: ['**/node_modules/**', '**/__mocks__/**', '**/__generated__/**', '**/thegraph/**'],
|
|
}
|