Package graphql.annotations.annotationTypes
-
Annotation Types Summary Annotation Type Description GraphQLConstructor When using object as argument of query or mutation, a HashMap Constructor is used to initialize the object fields.GraphQLDataFetcher GraphQLDefaultValue GraphQLDeprecate GraphQLDescription GraphQLField GraphQLID GraphQLInvokeDetached GraphQLMutation Use this annotation to indicate that a type is a mutation, useful for automatic discoveryGraphQLName GraphQLNonNull GraphQLPrettify GraphQLRelayMutation Make the field with arguments conform to Relay specification (input: {..., clientMutationId: ...})GraphQLType GraphQLTypeExtension GraphQLTypeResolver GraphQLUnion