CertificateTemplateLabel
No description
type CertificateTemplateLabel {
id: ID!
certificateFieldId: ID!
certificateField: CertificateField
x: Int!
y: Int!
textAlign: TextAlignment!
fontSize: Int!
fontColor: HexColor!
}
Fields
CertificateTemplateLabel.id
● ID!
non-null scalar
CertificateTemplateLabel.certificateFieldId
● ID!
non-null scalar
CertificateTemplateLabel.certificateField
● CertificateField
object
CertificateTemplateLabel.x
● Int!
non-null scalar
CertificateTemplateLabel.y
● Int!
non-null scalar
CertificateTemplateLabel.textAlign
● TextAlignment!
non-null enum
CertificateTemplateLabel.fontSize
● Int!
non-null scalar
CertificateTemplateLabel.fontColor
● HexColor!
non-null scalar
Member of
CentralLibraryItem
object ● CertificateTemplate
object