TypographyInput
No description
input TypographyInput {
color: String!
fontSize: ResponsiveDesignIntInput!
fontFamily: String!
fontWeight: ResponsiveDesignIntInput!
fontStyle: String!
textDecoration: String!
letterSpacing: Int!
lineHeight: Float!
}
Fields
TypographyInput.color ● String! non-null scalar
TypographyInput.fontSize ● ResponsiveDesignIntInput! non-null input
TypographyInput.fontFamily ● String! non-null scalar
TypographyInput.fontWeight ● ResponsiveDesignIntInput! non-null input
TypographyInput.fontStyle ● String! non-null scalar
TypographyInput.textDecoration ● String! non-null scalar
TypographyInput.letterSpacing ● Int! non-null scalar
TypographyInput.lineHeight ● Float! non-null scalar
Member Of
TypographiesInput input


