Package io.leangen.graphql.annotations
-
Annotation Types Summary Annotation Type Description Batched GraphQLArgument GraphQLComplexity GraphQLContext Created by bojan.tomic on 3/16/16.GraphQLDirective GraphQLEnumValue GraphQLEnvironment Marks a parameter representing a value injected from the current execution environment.GraphQLId Denotes the annotated element is to be mapped as a GraphQL ID NOTE: Due to the lack of support forAnnotatedTypein all JSON libraries for Java,ElementType.TYPE_USEannotations on input field types or nested operation argument types are lost.GraphQLIgnore Can be used either directly or as a meta-annotation to render the annotated object ignorable by the mapping processGraphQLInputField GraphQLMutation Created by bojan.tomic on 5/16/16.GraphQLNonNull GraphQLQuery Created by bojan.tomic on 3/2/16.GraphQLRootContext Marks the parameters representing the root contextGraphQLScalar GraphQLSubscription GraphQLTypeResolver GraphQLUnion