Submit Here:
The Most Popular CMS
Headless
Developers
Business Owners / Marketers
Let business owners, marketers and content creators use the CMS they're already familiar with & invested in, and let developers use the modern JavaScript frameworks they love.
Posts
Comments
Pages
Users
Media
Terms
{
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
WordPress becomes a data source for any client that can make HTTP requests
https://playground.wpgraphql.com
mutation Submit(
$input: SubmitFormInput!
) {
submitForm(input: $input) {
twitterHandle
}
}