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

One platform to build and deploy the best data apps

Experiment and prototype by building visualizations in live JavaScript notebooks. Collaborate with your team and decide which concepts to build out.
Use Observable Framework to build data apps locally. Use data loaders to build in any language or library, including Python, SQL, and R.
Seamlessly deploy to Observable. Test before you ship, use automatic deploy-on-commit, and ensure your projects are always up-to-date.
Learn more