GraphQL Get Elemle by ID de Strapi React
query Restaurants {
restaurants {
id
name
description
categories {
name
}
}
}
Copied to clipboard!
AtoZ software