JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Index
Help
Summary:
Field
Required
Optional
Detail:
Field
Element
Summary:
Field |
Required
|
Optional
Detail:
Field |
Element
SEARCH
Module
com.graphql_java_generator.graphql_maven_plugin_project.graphql_java_common_runtime
Package
com.graphql_java_generator.annotation
Annotation Interface GraphQLInterfaceType
@Retention
(
RUNTIME
)
@Target
(
TYPE
)
public @interface
GraphQLInterfaceType
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
String
value
The name of the interface that is represented by the annotated java class, as defined in the GraphQL schema.
Element Details
value
String
value
The name of the interface that is represented by the annotated java class, as defined in the GraphQL schema.