Skip to main content

Media

Media object.

type Media implements Node {
tenant: Tenant!
id: ID!
title: String!
createdAt: String!
image: Image
alt: String!
}

Fields

Media.tenant ● Tenant! non-null object

Media.id ● ID! non-null scalar

The ID of the object

Media.title ● String! non-null scalar

Title of media object.

Media.createdAt ● String! non-null scalar

Date and time media was created.

Media.image ● Image object

Media.alt ● String! non-null scalar

Alternate text for the image of media object.

Interfaces

Node interface

An object with an ID

Returned By

media query

Member Of

MediaCountableEdge object ● MediaCreate object ● MediaUpdate object

Was this page helpful?