We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9e28311 + e44219a commit 4f30d8fCopy full SHA for 4f30d8f
src/main/java/graphql/scalars/ExtendedScalars.java
@@ -154,7 +154,7 @@ public class ExtendedScalars {
154
* A UUID scalar that accepts a universally unique identifier and produces {@link
155
* java.util.UUID} objects at runtime.
156
*/
157
- public static GraphQLScalarType UUID = UUIDScalar.INSTANCE;
+ public static final GraphQLScalarType UUID = UUIDScalar.INSTANCE;
158
159
/**
160
* An `Int` scalar that MUST be greater than zero
0 commit comments