Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

strapi graphql

# Write your query or mutation here
query{
  products{
     data{
			attributes{
        title
        price
        image {
          data{
            attributes{
              name
              width
            }
          }
        }
      }
    }
  }
}
 
PREVIOUS NEXT
Tagged: #strapi #graphql
ADD COMMENT
Topic
Name
2+9 =