verbb / navigation

A Craft CMS plugin to create navigation menus for your site.
Other
90 stars 23 forks source link

Missing `NodeArguments::buildContentArguments()` method reported when running GraphQL queries #282

Closed MrRonbot closed 2 years ago

MrRonbot commented 2 years ago

Description

Running GraphQL queries with Navigation plugin installed and enabled, an error message regarding missing NodeArguments::buildContentArguments() method will appear.

Steps to reproduce

  1. With Navigation plugin installed and enabled, go to Craft CMS's GraphiQL interface.
  2. Run a query, for example:
    {
    ping
    }
  3. This error message is returned:
    {
    "errors": [
    {
      "message": "Call to undefined method verbb\\navigation\\gql\\arguments\\NodeArguments::buildContentArguments()"
    }
    ]
    }

Additional info

engram-design commented 2 years ago

Should be fixed in 2.0.0-beta.2