File tree Expand file tree Collapse file tree 2 files changed +23
-6
lines changed Expand file tree Collapse file tree 2 files changed +23
-6
lines changed Original file line number Diff line number Diff line change
1
+ endpoint : https://thespacedevs-production.up.railway.app/
1
2
transport :
2
3
type : streamable_http
3
4
operations :
4
- source : local
5
- paths :
6
- - ./graphql/TheSpaceDevs/operations
5
+ source : local
6
+ paths :
7
+ - ./graphql/TheSpaceDevs/operations
7
8
schema :
8
9
source : local
9
10
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
Original file line number Diff line number Diff line change 1
1
transport :
2
2
type : streamable_http
3
3
operations :
4
- source : local
5
- paths :
6
- - ./graphql/weather/operations
4
+ source : local
5
+ paths :
6
+ - ./graphql/weather/operations
7
7
schema :
8
8
source : local
9
9
path : ./graphql/weather/api.graphql
10
+ introspection :
11
+ execute :
12
+ enabled : true
13
+ introspect :
14
+ enabled : true
15
+ search :
16
+ enabled : true
You can’t perform that action at this time.
0 commit comments