Skip to content

Cannot query field "pages" on type "Query" #51

@timohausmann

Description

@timohausmann

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).

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions