ifms-pti/web/.graphqlconfig

12 lines
209 B
Plaintext
Raw Normal View History

2020-11-06 13:31:28 +00:00
{
"projects": {
"ifms-pti": {
"schemaPath": "./generated/schema.graphql",
"extensions": {
"endpoints": {
"dev": "http://localhost:4000/graphql"
}
}
}
}
}