Package com.graphql_java_generator.annotation
All annotations used by the GraphQL-generator client part
-
Enum Summary Enum Description RequestType -
Annotation Types Summary Annotation Type Description GraphQLDirective GraphQLEnumType GraphQLIgnore This annotation marke the type, field or method as a non GraphQL one.GraphQLInputParameters This class indicates that this field has at least one input parameter.GraphQLInputType This annotation marks all generated classes that are generated to match a GraphQL input type, as defined in the GraphQL schema.GraphQLInterfaceType GraphQLNonScalar This annotation marks all fields in the generated classes, that are non scalar.GraphQLObjectType GraphQLQuery This annotation marks all generated classes that are queries/mutations/subscription, as defined in the GraphQL schema.GraphQLScalar This annotation marks all fields in the generated classes, that are standard GraphQL scalar.GraphQLUnionType