Skip to content

Commit 71a22c9

Browse files
authored
WPGRaphQL: replace login step w/ shorthand. (#106)
fixes #105
1 parent b21f2bd commit 71a22c9

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

blueprints/wpgraphql/blueprint.json

+1-6
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,5 @@
88
},
99
"landingPage": "/wp-admin/admin.php?page=graphiql-ide&query=I4VwpgTgngBA4mALgBQPYGdHpgbwFAwwAOGWuBhMAdqgCZjb6WUCWtFziLiANmB5VoBDRP2YBfCpPFA",
1010
"plugins": ["wp-graphql"],
11-
"steps": [
12-
{
13-
"step": "login",
14-
"username": "admin"
15-
}
16-
]
11+
"login": true
1712
}

0 commit comments

Comments
 (0)