GraphQLObject

@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class GraphQLObject(val name: String = "")

Marks a given class as a GraphQL object

Parameters

name

the GraphQL name of the object. By default the name of the object

Properties

Link copied to clipboard