# Write your query or mutation here
query{
products{
data{
attributes{
title
price
image {
data{
attributes{
name
width
}
}
}
}
}
}
}
npm run strapi install graphql