GatsbyJS Prague
Nov. 2019
Headless WordPress themes wasn't the original goal / use case
Personal Story
Generally Speaking
Posts
Pages
Users
Comments
Terms
Media
{
viewer {
name
}
}
{
data: {
viewer: {
name: "Jason Bahl"
}
}
}
Post
Category
Category
Category
Post
title
"Hello World"
title
"GoodBye Mars"
Image
Image
Image
name
"news"
name
"crime"
name
"sports"
Image
query {
post(id: "cG9zdDox") {
title
link
categories {
nodes {
name
}
}
}
}
{
data: {
post: {
title: "Hello World!"
link: "http://site.com/hello-world"
categories: {
nodes: [
{
name: "sports"
},
{
name: "crime"
}
]
}
}
}
}
Post
Category
Category
Category
Post
title
"Hello World"
title
"GoodBye Mars"
Image
Image
Image
name
"news"
name
"crime"
name
"sports"
Image
When?!?
Target: Spring 2020
Mutation Code