-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy path.graphqlconfig
More file actions
28 lines (28 loc) · 828 Bytes
/
.graphqlconfig
File metadata and controls
28 lines (28 loc) · 828 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"projects": {
"access-boston": {
"schemaPath": "./services-js/access-boston/graphql/schema.graphql",
"includes": [
"./services-js/access-boston/**/*.{graphql,ts,tsx,js,jsx}"
]
},
"permit-finder": {
"schemaPath": "./services-js/permit-finder/graphql/schema.graphql",
"includes": [
"./services-js/permit-finder/**/*.{graphql,ts,tsx,js,jsx}"
]
},
"commissions-app": {
"schemaPath": "./services-js/commissions-app/graphql/schema.graphql",
"includes": [
"./services-js/commissions-app/**/*.{graphql,ts,tsx,js,jsx}"
]
},
"registry-certs": {
"schemaPath": "./services-js/registry-certs/graphql/schema.graphql",
"includes": [
"./services-js/registry-certs/**/*.{graphql,ts,tsx,js,jsx}"
]
}
}
}