Skip to main content

MediaHub

No description

type MediaHub implements Node {
id: ID!
metadataSchemas(
before: String
after: String
first: Int
last: Int
): MetadataSchemaConnection!
assetRepositories(
before: String
after: String
first: Int
last: Int
): AssetRepositoryConnection
transformationTemplate(name: String!): TransformationTemplate!
transformationTemplates(
before: String
after: String
first: Int
last: Int
): TransformationTemplateConnection!
}

Fields
Link copied!

MediaHub.id ● ID! non-null scalar
Link copied!

The ID of the object

MediaHub.metadataSchemas ● MetadataSchemaConnection! non-null object
Link copied!

MediaHub.metadataSchemas.before ● String scalar
Link copied!

Cursor to start from when paginating backwards

MediaHub.metadataSchemas.after ● String scalar
Link copied!

Cursor to start from when paginating forwards

MediaHub.metadataSchemas.first ● Int scalar
Link copied!

Specifies the number of results to return. Required when after cursor is used. Cannot be used with before cursor.

MediaHub.metadataSchemas.last ● Int scalar
Link copied!

Specifies the number of results to return when paginating backwards. Must be used with before cursor.

MediaHub.assetRepositories ● AssetRepositoryConnection object
Link copied!

MediaHub.assetRepositories.before ● String scalar
Link copied!

Cursor to start from when paginating backwards

MediaHub.assetRepositories.after ● String scalar
Link copied!

Cursor to start from when paginating forwards

MediaHub.assetRepositories.first ● Int scalar
Link copied!

Specifies the number of results to return. Required when after cursor is used. Cannot be used with before cursor.

MediaHub.assetRepositories.last ● Int scalar
Link copied!

Specifies the number of results to return when paginating backwards. Must be used with before cursor.

MediaHub.transformationTemplate ● TransformationTemplate! non-null object
Link copied!

MediaHub.transformationTemplate.name ● String! non-null scalar
Link copied!

MediaHub.transformationTemplates ● TransformationTemplateConnection! non-null object
Link copied!

MediaHub.transformationTemplates.before ● String scalar
Link copied!

Cursor to start from when paginating backwards

MediaHub.transformationTemplates.after ● String scalar
Link copied!

Cursor to start from when paginating forwards

MediaHub.transformationTemplates.first ● Int scalar
Link copied!

Specifies the number of results to return. Required when after cursor is used. Cannot be used with before cursor.

MediaHub.transformationTemplates.last ● Int scalar
Link copied!

Specifies the number of results to return when paginating backwards. Must be used with before cursor.

Interfaces
Link copied!

Node interface
Link copied!

An object with an ID

Returned by
Link copied!

mediaHub query

Member of
Link copied!

MediaHubEdge object