Annotation Interface GraphQLInterfaceType
Indicates that the annotated java class represents a GraphQL interface, and gives the GraphQL name for this
interface. 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 interface that is represented by the annotated java class, as defined in the GraphQL schema.
-