uniswap-interface-uncensored/relay.config.js

7 lines
205 B
JavaScript
Raw Normal View History

module.exports = {
src: './src',
language: 'typescript',
schema: './src/graphql/data/schema.graphql',
exclude: ['**/node_modules/**', '**/__mocks__/**', '**/__generated__/**', '**/thegraph/**'],
}