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
When I run *[_type == 'sanity.imageAsset']{alt} in the Sanity studio Vision tab I get a list of image assets and their alt text but when I run:
*[_type == 'sanity.imageAsset']{alt}
{ allSanityImageAsset { alt } }
in the deployed GraphQL playground, I get a "Cannot query field 'alt' on type 'SanityImageAsset'.".
Is this the correct structure for the getting the alt text? Not sure if I'm missing something as I can't seem to find it via GraphQL.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I run
*[_type == 'sanity.imageAsset']{alt}
in the Sanity studio Vision tab I get a list of image assets and their alt text but when I run:in the deployed GraphQL playground, I get a "Cannot query field 'alt' on type 'SanityImageAsset'.".
Is this the correct structure for the getting the alt text? Not sure if I'm missing something as I can't seem to find it via GraphQL.
The text was updated successfully, but these errors were encountered: