CardProductDesign
Card design of a Card Product
type CardProductDesign {
id: ID!
version: Int!
cardProjectLogoSvgUrl: String
cardProjectLogo300dpiUrl: String
cardProjectLogo600dpiUrl: String
zoomRatioProjectLogo: Int
cardDesignUrl: String
accentColor: String!
createdAt: DateTime!
updatedAt: DateTime!
status: CardDesignStatus!
cardBackground: CardDesignBackground!
}
Fields
CardProductDesign.id
● ID!
non-null scalar
Unique identifier of a card design
CardProductDesign.version
● Int!
non-null scalar
Design version
CardProductDesign.cardProjectLogoSvgUrl
● String
scalar
Logo url svg
CardProductDesign.cardProjectLogo300dpiUrl
● String
scalar
Logo url 300 dpi
CardProductDesign.cardProjectLogo600dpiUrl
● String
scalar
Logo url 300 dpi
CardProductDesign.zoomRatioProjectLogo
● Int
scalar
Zoom level
CardProductDesign.cardDesignUrl
● String
scalar
Card Design URL
CardProductDesign.accentColor
● String!
non-null scalar
Accent color
CardProductDesign.createdAt
● DateTime!
non-null scalar
Created date
CardProductDesign.updatedAt
● DateTime!
non-null scalar
Updated date
CardProductDesign.status
● CardDesignStatus!
non-null enum
Status of the card design
CardProductDesign.cardBackground
● CardDesignBackground!
non-null object
Card Background of the Card design
Member Of
CardProduct
object ● ProjectCardDesigns
object