drupal-graphql / drupal-graphql/graphql
Make ImageDerivative resolver configurable to return additional properties
Open
4.x
feature
- Dominant language
- PHP
- Stars
- 287
- Forks
- 198
- PR merge metrics
- No merged PRs in 30d
Description
ImageDerivative only returns image url, width, and height.
https://github.com/drupal-graphql/graphql/blob/582704b321379323efba68ece4b7a07257e07f65/src/Plugin/GraphQL/DataProducer/Entity/Fields/Image/ImageDerivative.php#L132-L136
I would like to be able to access other properties of the entity as well, such as ID, filename, etc.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.