CockpitQL
CockpitQL copied to clipboard
Error message try to get Object type
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 ?
I've got the same problem. It seems that the plugin simply does not support object fields.