Skip to content

Commit

Permalink
- add a blueprint for using WPGraphQL and the WPGraphQL IDE
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonbahl committed Nov 1, 2024
1 parent 611cf5c commit 8687cc7
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions blueprints/wpgraphql/blueprint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"$schema": "https://playground.wordpress.net/blueprint-schema.json",
"meta": {
"title": "Use WPGraphQL to query WordPress",
"description": "Example that loads WordPress with WPGraphQL active and defaults to the WPGraphQL IDE page to allow users to test GraphQL queries and explore the GraphQL Schema.",
"author": "jasonbahl",
"categories": ["API", "wpgraphql"]
},
"landingPage": "/wp-admin/admin.php?page=graphiql-ide&query=I4VwpgTgngBA4mALgBQPYGdHpgbwFAwwAOGWuBhMAdqgCZjb6WUCWtFziLiANmB5VoBDRP2YBfCpPFA",
"plugins": [
"wp-graphql"
],
"steps": [
{
"step": "login",
"username": "admin"
}
]
}

0 comments on commit 8687cc7

Please sign in to comment.