Skip to content

Commit 4b90ce4

Browse files
authored
Merge pull request #444 from apollographql/direct-connection
2 parents 300f84a + b69d0bb commit 4b90ce4

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

graphql/TheSpaceDevs/config.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,8 @@ introspection:
1717
enabled: true
1818
search:
1919
enabled: true
20+
validate:
21+
enabled: true
22+
cors:
23+
enabled: true
24+
allow_any_origin: true

graphql/weather/config.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,6 @@ introspection:
1616
enabled: true
1717
validate:
1818
enabled: true
19+
cors:
20+
enabled: true
21+
allow_any_origin: true

0 commit comments

Comments
 (0)