@Retention(value=RUNTIME) @Target(value={FIELD,METHOD}) public @interface GraphQLNonScalar
graphqlType() contains the type for this Scalar. This is useful only when this field is actually a list,
as java has the type erasure shit, and on Runtime, you can use java reflection to check the objects allowed in the
list.| Modifier and Type | Required Element and Description |
|---|---|
Class<?> |
graphqlType |
public abstract Class<?> graphqlType
Copyright © 2020. All rights reserved.