ifms-pti/web/.graphqlconfig
2020-11-06 09:31:28 -04:00

12 lines
209 B
Plaintext
Executable File

{
"projects": {
"ifms-pti": {
"schemaPath": "./generated/schema.graphql",
"extensions": {
"endpoints": {
"dev": "http://localhost:4000/graphql"
}
}
}
}
}