@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.

Parameters

name

the name of the GraphQL type

Properties

Link copied to clipboard