FeedPostImage
FeedPostImage(id, feed_post, image, image_blurhash, order, uploaded_at, alt_text, aspect_ratio)
type FeedPostImage {
id: UUID!
image: String!
imageBlurhash: String!
order: Int!
altText: String
aspectRatio: AspectRatio
}
Fields
FeedPostImage.id
● UUID!
non-null scalar
FeedPostImage.image
● String!
non-null scalar
FeedPostImage.imageBlurhash
● String!
non-null scalar
FeedPostImage.order
● Int!
non-null scalar
FeedPostImage.altText
● String
scalar
FeedPostImage.aspectRatio
● AspectRatio
enum
Member of
FeedPost
object