Types

Link copied to clipboard
@Target(allowedTargets = [AnnotationTarget.TYPE])
annotation class TypeGraphQLType(val name: String)

Annotation like GraphQLType, except that the type and not the property / parameter is annotated Can be used e.g. to annotate the Type parameter of a List.