Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

graphql get item by id from strapi react

query Restaurants {
  restaurants {
    id
    name
    description
    categories {
      name
    }
  }
}
 
        Copied to clipboard!
Source by docs.strapi.io #
 
PREVIOUS NEXT
Tagged: #graphql #item #id #strapi #react
ADD COMMENT
Topic
Name
6+8 =