CockpitQL
CockpitQL copied to clipboard
Can not get fields created by other Addons
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 Better Slugs addon was also updated so now it should work
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
}
]
}
]
}