fix graphql config

This commit is contained in:
Chika 2022-01-21 15:11:55 +03:00
parent f703524425
commit f211dd2377

View File

@ -1,3 +1,3 @@
schema:
- ./src/core/graphql/schemas/crm.graphql
documents: ./src/**/*.(graphql|gql)
documents: src/**/*.{graphql,js,ts,jsx,tsx}