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!

MediaHub.metadataSchemas ● MetadataSchemaConnection 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 object
Link copied!

MediaHub.transformationTemplates.before ● String scalar
Link copied!

Paginate before opaque cursor

MediaHub.transformationTemplates.after ● String scalar
Link copied!

Paginate after opaque cursor

MediaHub.transformationTemplates.first ● Int scalar
Link copied!

Paginate first

MediaHub.transformationTemplates.last ● Int scalar
Link copied!

Paginate last

Interfaces
Link copied!

Node interface
Link copied!

An object with an ID

Member of
Link copied!

MediaHubEdge object