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
I am following #2902 to download remote assets and link them as child nodes; specifically in the context of gatsby-source-airtable by fetching an image gallery from a column.
the number of images per gallery column can be bigger than 1 but also just 1 for any column returned.
I am following #2902 to download remote assets and link them as child nodes; specifically in the context of gatsby-source-airtable by fetching an image gallery from a column.
the number of images per gallery column can be bigger than 1 but also just 1 for any column returned.
in this case I can't fetch the images with
but have to use:
I have trouble understanding why the query syntax changes with the number of child nodes mapped via createParentChildLink and
The text was updated successfully, but these errors were encountered: