PostImage
PostImage(id, post, image, image_blurhash, width, height)
type PostImage {
id: UUID!
width: Int!
height: Int!
url: String!
blurhash: String
}
Fields
PostImage.id
● UUID!
non-null scalar
PostImage.width
● Int!
non-null scalar
PostImage.height
● Int!
non-null scalar
PostImage.url
● String!
non-null scalar
PostImage.blurhash
● String
scalar
Member of
Post
object