In the latest version of graphQl , the format of the query doesn’t work anymore.
it should be like
restaurants {
data {
id
attributes {
name
description
Image{
data{
attributes{
url
}
}
}
}
}
}
}
now
In the latest version of graphQl , the format of the query doesn’t work anymore.
it should be like
restaurants {
data {
id
attributes {
name
description
Image{
data{
attributes{
url
}
}
}
}
}
}
}
now