-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathlocal-supergraph-config.sample.yaml
44 lines (38 loc) · 1.54 KB
/
local-supergraph-config.sample.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# See https://www.apollographql.com/docs/federation/quickstart/#configuration-file
# for more info
subgraphs:
parser-graphql-wrapper:
routing_url: https://parser-graphql-wrapper.getpocket.dev/
# schema defines the introspection endpoint - usually the same, but it could be different
schema:
subgraph_url: https://parser-graphql-wrapper.getpocket.dev/
# connect to collection api dev, or...
collection-api:
routing_url: https://collection-api.getpocket.dev/admin
schema:
subgraph_url: https://collection-api.getpocket.dev/admin
# ...see local setup instructions at https://github.com/Pocket/collection-api
#collection-api:
# routing_url: http://localhost:4004/admin
# schema:
# subgraph_url: http://localhost:4004/admin
# connect to prospect api on dev, or...
prospect-api:
routing_url: https://prospect-api.getpocket.dev/
schema:
subgraph_url: https://prospect-api.getpocket.dev/
# ...see local setup instructions at https://github.com/Pocket/prospect-api
#prospect-api:
# routing_url: http://localhost:4026/
# schema:
# subgraph_url: http://localhost:4026/
# connect to curated corpus api on dev, or...
curated-corpus-api:
routing_url: https://curated-corpus-api.getpocket.dev/admin
schema:
subgraph_url: https://curated-corpus-api.getpocket.dev/admin
# ...see local setup instructions at https://github.com/Pocket/curated-corpus-api/
#curated-corpus-api:
# routing_url: http://localhost:4025/admin
# schema:
# subgraph_url: http://localhost:4025/admin