We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the Media Library for Sanity, there's a way to tag photos. It's accessible via GROQ, and we are able to pull images for only a specific tag.
In Gatsby, that's not possible. Here are the fields for ImageAssets from the source plugin:
I can use the API client, but that defeats the purpose of a source plugin for Gatsby :/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In the Media Library for Sanity, there's a way to tag photos. It's accessible via GROQ, and we are able to pull images for only a specific tag.
In Gatsby, that's not possible. Here are the fields for ImageAssets from the source plugin:
I can use the API client, but that defeats the purpose of a source plugin for Gatsby :/
The text was updated successfully, but these errors were encountered: