mirror of
https://github.com/apotdevin/thunderhub.git
synced 2024-11-19 09:50:03 +01:00
009195c86f
* feat: ✨ channel stats * chore: 🔧 add node resolver * chore: 🔧 add monitored time * chore: 🔧 and queries to front * fix: 🐛 floats to ints * chore: 🔧 add progress bars * chore: 🔧 add channel resolver * chore: 🔧 refactor forwards frontend * refactor: ♻️ channel resolvers * chore: 🔧 refactor channel queries * refactor: ♻️ peer resolver * refactor: ♻️ peer query * fix: 🐛 small changes * fix: 🐛 typo * chore: 🔧 stats view wip * chore: 🔧 add update script * chore: 🔧 improve ui * chore: 🔧 move buttons * fix: 🐛 home path * chore: 🔧 add public key to node resolver * refactor: ♻️ resume resolver * chore: 🔧 remove test account * chore: 🔧 change logger for lnpay * feat: ✨ github version Co-authored-by: apotdevin <apotdevincab@gmail.com>
23 lines
529 B
YAML
23 lines
529 B
YAML
overwrite: true
|
|
schema: 'http://localhost:3000/api/v1'
|
|
documents: 'src/graphql/**/*.ts'
|
|
generates:
|
|
src/graphql/fragmentTypes.json:
|
|
plugins:
|
|
- fragment-matcher
|
|
src/graphql/types.ts:
|
|
- typescript
|
|
src/graphql/:
|
|
preset: near-operation-file
|
|
presetConfig:
|
|
baseTypesPath: types.ts
|
|
extension: .generated.tsx
|
|
folder: __generated__
|
|
config:
|
|
withComponent: false
|
|
withHOC: false
|
|
withHooks: true
|
|
plugins:
|
|
- 'typescript-operations'
|
|
- 'typescript-react-apollo'
|