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 am trying to get a field that type is object but i get an error message
Error message
How can i get my object ?