-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpublic-graphs.json
27 lines (27 loc) · 1.16 KB
/
public-graphs.json
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
[
{
"subgraph": "IP Enrichment",
"href": "https://simple-graphql-servers.netlify.app/.netlify/functions/subgraph-ip-enrichment",
"description": "Enriches an IP address with latitude, longitude, postal code, and timezone."
},
{
"subgraph": "Astronomy",
"href": "https://simple-graphql-servers.netlify.app/.netlify/functions/subgraph-astronomy",
"description": "Enriches a latitude and longitude with a picture of the moon, as seen from that spot today."
},
{
"subgraph": "Weather",
"href": "https://simple-graphql-servers.netlify.app/.netlify/functions/subgraph-weather",
"description": "Enriches a latitude and longitude with general weather information."
},
{
"subgraph": "Sunrise Sunset",
"href": "https://simple-graphql-servers.netlify.app/.netlify/functions/subgraph-daylight",
"description": "Enriches a latitude and longitude with sunrise and sunset information."
},
{
"subgraph": "Address Enrichment",
"href": "https://simple-graphql-servers.netlify.app/.netlify/functions/subgraph-address-enrichment",
"description": "Enriches a street address with latitude, longitude, and locality information."
}
]