justinwhall / wordpress-gatsby-preview-starter

A starter for WordPress + Gatsby that supports live previews
https://justinwhall.com
85 stars 10 forks source link

WPGraphQL not present #4

Closed jasonbahl closed 5 years ago

jasonbahl commented 5 years ago

After cloning the repo and following the steps, when I got to the step to "Activate WPGraphQL plugin" it looks like the plugin isn't present.

I only see "Akismet" and "Hello Dolly" plugins.

When I look at the filesystem, I only see a directory called "wp-graphql" with no contents, both at /theme/wp-graphql and /theme/wordpress/wp-content/plugins/wp-graphql

justinwhall commented 5 years ago

Oh! Looks like the submodule isn't referencing master! Thanks.

justinwhall commented 5 years ago

git clone --recursive ... should do the trick. Updated readme.