Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 342 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 342 Bytes

WPGraphQL Blue Guitar

Demo plugin, created as a joke, to show how to query a blue guitar using WPGraphQL.

query {
  guitar {
    color
  }
}

will return:

{
  "data": {
    "guitar": {
      "color": "blue"
    }
  }
}

In Action

Screenshot of GraphQL Query in action