Skip to main content

CentralLibraryItem

No description

type CentralLibraryItem {
id: ID!
title: String
description: String
fileName: String
tags: [Tag]
locations: [String]
body: String
revisionOf: String
contentType: String
version: Int
type: String
createdAt: Date!
updatedAt: Date
deleted: Boolean!
company: ID!
isNew: Boolean
imageTitle: String
imageAltText: String
imageCaption: String
imageLink: String
imageNewTab: Boolean!
certificateTemplateLabels: [CertificateTemplateLabel!]!
certificateTemplateCss: String
certificateTemplateSupplementalAssets: [URL!]!
}

Fields

CentralLibraryItem.id ● ID! non-null scalar

CentralLibraryItem.title ● String scalar

CentralLibraryItem.description ● String scalar

CentralLibraryItem.fileName ● String scalar

CentralLibraryItem.tags ● [Tag] list object

CentralLibraryItem.locations ● [String] list scalar

CentralLibraryItem.body ● String scalar

CentralLibraryItem.revisionOf ● String scalar

CentralLibraryItem.contentType ● String scalar

CentralLibraryItem.version ● Int scalar

CentralLibraryItem.type ● String scalar

CentralLibraryItem.createdAt ● Date! non-null scalar

CentralLibraryItem.updatedAt ● Date scalar

CentralLibraryItem.deleted ● Boolean! non-null scalar

CentralLibraryItem.company ● ID! non-null scalar

CentralLibraryItem.isNew ● Boolean scalar

CentralLibraryItem.imageTitle ● String scalar

CentralLibraryItem.imageAltText ● String scalar

CentralLibraryItem.imageCaption ● String scalar

CentralLibraryItem.imageLink ● String scalar

CentralLibraryItem.imageNewTab ● Boolean! non-null scalar

CentralLibraryItem.certificateTemplateLabels ● [CertificateTemplateLabel!]! non-null object

CentralLibraryItem.certificateTemplateCss ● String scalar

CentralLibraryItem.certificateTemplateSupplementalAssets ● [URL!]! non-null scalar

Member of

AssetList object