Media
Media library item.
type Media implements Node {
id: ID!
title: String!
alt: String!
createdAt: String!
image: Image
tenant: Tenant!
}
Fields
Media.id ● ID! non-null scalar
The Globally Unique ID of this object
Media.title ● String! non-null scalar
Title of media object.
Media.alt ● String! non-null scalar
Alternate text for the image of media object.
Media.createdAt ● String! non-null scalar
Date and time media was created.
Media.image ● Image object
Image of the media object.
Media.tenant ● Tenant! non-null object
The tenant this media belongs to.
Interfaces
Node interface
An object with a Globally Unique ID
Returned By
media query
Member Of
MediaCountableEdge object ● MediaCreate object ● MediaUpdate object