CockpitQL icon indicating copy to clipboard operation
CockpitQL copied to clipboard

Can not get fields created by other Addons

Open emrekaraca opened this issue 5 years ago • 2 comments

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

emrekaraca avatar May 14 '19 10:05 emrekaraca

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

pauloamgomes avatar Sep 27 '19 23:09 pauloamgomes

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
        }
      ]
    }
  ]
}

jasonday avatar Jan 14 '20 03:01 jasonday