-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsupergraph.yaml
More file actions
66 lines (66 loc) · 2.11 KB
/
supergraph.yaml
File metadata and controls
66 lines (66 loc) · 2.11 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
federation_version: =2.5.0
subgraphs:
catalog:
routing_url: http://localhost:3500/v1.0/invoke/catalog/method/graphql
schema:
file: ./schemas/catalog.graphql
notification:
routing_url: http://localhost:3500/v1.0/invoke/notification/method/graphql
schema:
file: ./schemas/notification.graphql
user:
routing_url: http://localhost:3500/v1.0/invoke/user/method/graphql
schema:
file: ./schemas/user.graphql
wishlist:
routing_url: http://localhost:3500/v1.0/invoke/wishlist/method/
schema:
file: ./schemas/wishlist.graphql
shoppingcart:
routing_url: http://localhost:3500/v1.0/invoke/shoppingcart/method/
schema:
file: ./schemas/shoppingcart.graphql
inventory:
routing_url: http://localhost:3500/v1.0/invoke/inventory/method/graphql
schema:
file: ./schemas/inventory.graphql
tax:
routing_url: http://localhost:3500/v1.0/invoke/tax/method/graphql
schema:
file: ./schemas/tax.graphql
review:
routing_url: http://localhost:3500/v1.0/invoke/review/method/
schema:
file: ./schemas/review.graphql
address:
routing_url: http://localhost:3500/v1.0/invoke/address/method/graphql
schema:
file: ./schemas/address.graphql
discount:
routing_url: http://localhost:3500/v1.0/invoke/discount/method/graphql
schema:
file: ./schemas/discount.graphql
shipment:
routing_url: http://localhost:3500/v1.0/invoke/shipment/method/graphql
schema:
file: ./schemas/shipment.graphql
return:
routing_url: http://localhost:3500/v1.0/invoke/return/method/graphql
schema:
file: ./schemas/return.graphql
payment:
routing_url: http://localhost:3500/v1.0/invoke/payment/method/graphql
schema:
file: ./schemas/payment.graphql
order:
routing_url: http://localhost:3500/v1.0/invoke/order/method/
schema:
file: ./schemas/order.graphql
media:
routing_url: http://localhost:3500/v1.0/invoke/media/method/
schema:
file: ./schemas/media.graphql
invoice:
routing_url: http://localhost:3500/v1.0/invoke/invoice/method/
schema:
file: ./schemas/invoice.graphql