BrandFont
type BrandFont implements Node {
id: ID!
createdAt: Time!
updatedAt: Time!
companyID: String!
nickname: String
family: String!
brand: Brand!
}
Fields
BrandFont.id ● ID! non-null scalar
BrandFont.createdAt ● Time! non-null scalar
BrandFont.updatedAt ● Time! non-null scalar
BrandFont.companyID ● String! non-null scalar
BrandFont.nickname ● String scalar
BrandFont.family ● String! non-null scalar
BrandFont.brand ● Brand! non-null object
Interfaces
Node interface
An object with an ID. Follows the Relay Global Object Identification Specification
Member Of
Brand object ● BrandFontEdge object