Skip to content

Commit

Permalink
WPGRaphQL: replace login step w/ shorthand. (#106)
Browse files Browse the repository at this point in the history
fixes #105
  • Loading branch information
bph authored Feb 7, 2025
1 parent b21f2bd commit 71a22c9
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions blueprints/wpgraphql/blueprint.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,5 @@
},
"landingPage": "/wp-admin/admin.php?page=graphiql-ide&query=I4VwpgTgngBA4mALgBQPYGdHpgbwFAwwAOGWuBhMAdqgCZjb6WUCWtFziLiANmB5VoBDRP2YBfCpPFA",
"plugins": ["wp-graphql"],
"steps": [
{
"step": "login",
"username": "admin"
}
]
"login": true
}

0 comments on commit 71a22c9

Please sign in to comment.