You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.
I set up a Gatsby Site with Companies, this content-type use the media type. For the frontend I would like to you gatsby-image but there seems no way to use it. Trying to query (graphql) the childImageSharp I get the following error:
error Cannot query field "childImageSharp" on type "StrapieCompaniesImages".
I found a similar issue (#63) but is there no way to query this media type? After changing it to "use a single image" everything works fine.
How can a achieve it to use Media (multiple) files.
Thanks for your response.
The text was updated successfully, but these errors were encountered:
Hi, if I understand your issue this should have been fixed already but it seems that my pull request was overwritten by another one. I will open a new pull request to restore the files, meanwhile I already had an issue open with the steps to fix it using the files form my fork #45
Hi everyone.
I set up a Gatsby Site with Companies, this content-type use the media type. For the frontend I would like to you gatsby-image but there seems no way to use it. Trying to query (graphql) the childImageSharp I get the following error:
I found a similar issue (#63) but is there no way to query this media type? After changing it to "use a single image" everything works fine.
How can a achieve it to use Media (multiple) files.
Thanks for your response.
The text was updated successfully, but these errors were encountered: