Skip to content

Commit 2ace069

Browse files
authored
Merge pull request #192 from apollographql/fix-example-config
update config files for example graphs
2 parents ec778ae + 73aedbc commit 2ace069

File tree

2 files changed

+23
-6
lines changed

2 files changed

+23
-6
lines changed

graphql/TheSpaceDevs/config.yaml

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
1+
endpoint: https://thespacedevs-production.up.railway.app/
12
transport:
23
type: streamable_http
34
operations:
4-
source: local
5-
paths:
6-
- ./graphql/TheSpaceDevs/operations
5+
source: local
6+
paths:
7+
- ./graphql/TheSpaceDevs/operations
78
schema:
89
source: local
910
path: ./graphql/TheSpaceDevs/api.graphql
11+
overrides:
12+
mutation_mode: all
13+
introspection:
14+
execute:
15+
enabled: true
16+
introspect:
17+
enabled: true
18+
search:
19+
enabled: true

graphql/weather/config.yaml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
transport:
22
type: streamable_http
33
operations:
4-
source: local
5-
paths:
6-
- ./graphql/weather/operations
4+
source: local
5+
paths:
6+
- ./graphql/weather/operations
77
schema:
88
source: local
99
path: ./graphql/weather/api.graphql
10+
introspection:
11+
execute:
12+
enabled: true
13+
introspect:
14+
enabled: true
15+
search:
16+
enabled: true

0 commit comments

Comments
 (0)