Public
Edited
Sep 28, 2024
1 fork
Importers
2 stars
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
entries
Insert cell
entriesByType
Insert cell
entryTypes
Insert cell
entryCount
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
fetchEntries(`{ countries { __typename, id, name } }`)
Insert cell
entriesByType.Country
Insert cell
Insert cell
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
}

}

}
}
}
}`)
Insert cell
entriesByType.Brand
Insert cell
Insert cell
Insert cell
request(`{ blogPosts { title } }`)
Insert cell
entriesByType.BlogPost
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
import { icon } from "@jerryjappinen/icons"
Insert cell

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.
Learn more