Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

Restore changes to parse arrays of images #118

Closed
wants to merge 13 commits into from
20 changes: 2 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,24 +41,8 @@ You can query Document nodes created from your Strapi API like the following:
id
title
content
}
}
}
}
```

To query images you can do the following:

```graphql
{
allStrapiArticle {
edges {
node {
id
singleImage {
publicURL
}
multipleImages {
imageOrImages {
alternativeText
localFile {
publicURL
}
Expand Down
Loading