ed4ce42237
- uniform api usage for some models (account/user, networks/vlans/fabrics, etc) - graphidoc, playground, faker, and voyager support - schema in a template tag and documented - apollo-errors - apollo-server-hapi and schema using graphql-tools/makeExecutableSchema - replace express with Hapi - eslint support for graphql - updated dependencies
9 lines
141 B
Plaintext
9 lines
141 B
Plaintext
{
|
|
"schemaPath": "src/schema/schema.graphql",
|
|
"extensions": {
|
|
"endpoints": {
|
|
"dev": "http://localhost:4000/graphql"
|
|
}
|
|
}
|
|
}
|