fetchEntries(`{ countries { __typename, id, name } }`)
entriesByType.Country
fetchEntries(`{
countries (first: 5) {
__typename
id
createdAt
name
persons {
__typename
id
fullName
countries {
__typename
id
name
}
roles {
__typename
id
person {
__typename
id
}
brand {
__typename
id
name
logoColor {
__typename
id
url
}
}
}
}
}
}`)
entriesByType.Brand
request(`{ blogPosts { title } }`)
entriesByType.BlogPost
import{icon}from"@jerryjappinen/icons"
Purpose-built for displays of data
Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.