Package graphql.scalars.color.hex
Class HexColorCodeScalar
- java.lang.Object
-
- graphql.scalars.color.hex.HexColorCodeScalar
-
public class HexColorCodeScalar extends java.lang.ObjectAccess this viaExtendedScalars.HexColorCodeSee the Web colors for more details.Supports the following formats: #RGB, #RGBA, #RRGGBB, #RRGGBBAA. Need to be prefixed with '#'
-
-
Field Summary
Fields Modifier and Type Field Description static graphql.schema.GraphQLScalarTypeINSTANCE
-
Constructor Summary
Constructors Constructor Description HexColorCodeScalar()
-