-
Notifications
You must be signed in to change notification settings - Fork 14
Closed
Description
Hi, I'm trying to find a page by url and saw the experimental pages to fetch any page. But I get the GraphQL error: Cannot query field "pages" on type "Query". This would be really helpful to use.
{
pages {
find(s:"name=home") {
list {
id
name
}
}
}
}
I'm not sure if I'm on 1.4 or 1.3.0, before install it says 1.4 but then when installed 1.3.0 (installed by PW Module Name).
I tried to install via ZIP URL, but both 1.3.2 and 1.4 ProcessWire module (ZIP) Releases give me this error: Failed opening required '/site/modules/ProcessGraphQL/vendor/composer/autoload_real.php' (this path does not exist in the ZIP).