Annotation Interface GraphQLObjectType
Indicates that the annotated java class represents a GraphQL object type, and gives the GraphQL name for this object.
The java name may be different from the GraphQL one, if the GraphQL name is a reserved java keyword.
- Author:
- etienne-sf
-
Required Element Summary
Required Elements
-
Element Details
-
value
String valueThe name of the type that is represented by the annotated java class, as defined in the GraphQL schema.
-