8 lines
176 B
YAML
8 lines
176 B
YAML
projects:
|
|
app:
|
|
schemaPath: apollo-server/schema.graphql
|
|
includes:
|
|
- '**/*.gql'
|
|
extensions:
|
|
endpoints:
|
|
default: 'http://localhost:4000/graphql' |