Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can not get fields created by other Addons #22

Open
emrekaraca opened this issue May 14, 2019 · 2 comments
Open

Can not get fields created by other Addons #22

emrekaraca opened this issue May 14, 2019 · 2 comments

Comments

@emrekaraca
Copy link

I use the BetterSlugs-Addon but the field created by it can not be queried with this addon. Is there a special way to populate the CockpitQL with those new fields as well? Thanks

pauloamgomes pushed a commit to pauloamgomes/CockpitQL that referenced this issue Sep 27, 2019
@pauloamgomes
Copy link
Contributor

@emrekaraca Better Slugs addon was also updated so now it should work

@jasonday
Copy link

This still appears to be an issue:

{
  "errors": [
    {
      "message": "Cannot query field \"slug\" on type \"aria_rolesCollection\".",
      "extensions": {
        "category": "graphql"
      },
      "locations": [
        {
          "line": 6,
          "column": 5
        }
      ]
    }
  ]
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants