agentejo / CockpitQL

GraphQL addon for Cockpit CMS - https://github.com/agentejo/cockpit
70 stars 7 forks source link

Error message try to get Object type #8

Open jtrolle opened 6 years ago

jtrolle commented 6 years ago

i am trying to get a field that type is object but i get an error message

{
  allPosts(filter:{published:true}){
    _id,
    title
    content
    image{
      path
    }
    config{
        children
    }
  }
}

Error message

Cannot query field "config" on type "posts".

How can i get my object ?

lukas-schaetzle commented 4 years ago

I've got the same problem. It seems that the plugin simply does not support object fields.