INPUT_OBJECT
ProjectFieldStylesInput
link GraphQL Schema definition
1 input ProjectFieldStylesInput { 4 2 # The color in RRGGBB format, e.g. `a4a4a4`. 3 : Color! 7 5 # A comma delimited string of fonts, e.g. `helvetica,arial,sans-serif`. 6 : FontFamily! 9 8 : Int! 12 10 # Font style, e.g. `normal`. 11 : FontStyle! 15 13 # Font weight, e.g. `bold`. 14 : FontWeight! 17 16 : Float! 20 18 # Text alignment, e.g. `left`. 19 : TextAlign! 23 21 # Text decoration, e.g. `none`. 22 : TextDecoration! 26 24 # Text transform, e.g. `uppercase`. 25 : TextTransform! 27 }