Skip navigation links
A B C D E F G I L O R S T U 

A

activate() - Method in class graphql.annotations.DefaultTypeFunction
 
apply(Class<?>, AnnotatedType) - Method in class graphql.annotations.BatchedTypeFunction
 
apply(Class<?>, AnnotatedType) - Method in class graphql.annotations.DefaultTypeFunction
 

B

BatchedMethodDataFetcher - Class in graphql.annotations
 
BatchedMethodDataFetcher(Method) - Constructor for class graphql.annotations.BatchedMethodDataFetcher
 
BatchedMethodDataFetcher(Method, TypeFunction) - Constructor for class graphql.annotations.BatchedMethodDataFetcher
 
BatchedTypeFunction - Class in graphql.annotations
 
BatchedTypeFunction(TypeFunction) - Constructor for class graphql.annotations.BatchedTypeFunction
 

C

completeValue(ExecutionContext, GraphQLType, List<Field>, Object) - Method in class graphql.annotations.EnhancedExecutionStrategy
 
Connection - Interface in graphql.annotations
 

D

DefaultTypeFunction - Class in graphql.annotations
 
DefaultTypeFunction() - Constructor for class graphql.annotations.DefaultTypeFunction
 
defaultTypeFunction - Variable in class graphql.annotations.GraphQLAnnotations
 
DispatchingConnection - Class in graphql.annotations
 
DispatchingConnection(Object) - Constructor for class graphql.annotations.DispatchingConnection
 

E

EnhancedExecutionStrategy - Class in graphql.annotations
 
EnhancedExecutionStrategy() - Constructor for class graphql.annotations.EnhancedExecutionStrategy
 
equals(Object) - Method in class graphql.annotations.GraphQLAnnotations.GraphQLFieldDefinitionWrapper
 
equals(Object) - Method in class graphql.annotations.GraphQLObjectTypeWrapper
 

F

field(Field) - Method in class graphql.annotations.GraphQLAnnotations
 
field(Method) - Static method in class graphql.annotations.GraphQLAnnotations
 

G

get(DataFetchingEnvironment) - Method in class graphql.annotations.BatchedMethodDataFetcher
 
get(DataFetchingEnvironment) - Method in class graphql.annotations.DispatchingConnection
 
get(DataFetchingEnvironment) - Method in class graphql.annotations.RelayMutationMethodDataFetcher
 
get(DataFetchingEnvironment) - Method in class graphql.annotations.StreamConnection
 
getAcceptedTypes() - Method in class graphql.annotations.BatchedTypeFunction
 
getAcceptedTypes() - Method in class graphql.annotations.DefaultTypeFunction
 
getAcceptedTypes() - Method in interface graphql.annotations.TypeFunction
 
getAllFields(Class) - Method in class graphql.annotations.GraphQLAnnotations
 
getArgument(Parameter, GraphQLType) - Method in class graphql.annotations.GraphQLAnnotations
 
getField(Field) - Method in class graphql.annotations.GraphQLAnnotations
 
getField(Method) - Method in class graphql.annotations.GraphQLAnnotations
 
getIfaceBuilder(Class<?>) - Method in class graphql.annotations.GraphQLAnnotations
 
getIfaceBuilder(Class<?>) - Method in interface graphql.annotations.GraphQLAnnotationsProcessor
This will examine the class and return a GraphQLInterfaceType.Builder ready for further definition
getInputObject(GraphQLObjectType) - Method in class graphql.annotations.GraphQLAnnotations
 
getInputObject(GraphQLObjectType) - Method in interface graphql.annotations.GraphQLAnnotationsProcessor
This will turn a GraphQLObjectType into a corresponding GraphQLInputObjectType
getInstance() - Static method in class graphql.annotations.GraphQLAnnotations
 
getInterface(Class<?>) - Method in class graphql.annotations.GraphQLAnnotations
 
getInterface(Class<?>) - Method in interface graphql.annotations.GraphQLAnnotationsProcessor
This will examine the class and if its annotated with GraphQLUnion it will return a GraphQLUnionType.Builder, if its annotated with GraphQLTypeResolver it will return a GraphQLObjectType otherwise it will return a GraphQLInterfaceType.Builder.
getObject(Class<?>) - Method in class graphql.annotations.GraphQLAnnotations
 
getObject(Class<?>) - Method in interface graphql.annotations.GraphQLAnnotationsProcessor
This will examine the object class and return a GraphQLObjectType representation
getObjectBuilder(Class<?>) - Method in class graphql.annotations.GraphQLAnnotations
 
getObjectBuilder(Class<?>) - Method in interface graphql.annotations.GraphQLAnnotationsProcessor
This will examine the object class and return a GraphQLObjectType.Builder ready for further definition
getObjectClass() - Method in interface graphql.annotations.GraphQLObjectBackedByClass
 
getObjectClass() - Method in class graphql.annotations.GraphQLObjectTypeWrapper
 
getOrderedMethods(Class) - Method in class graphql.annotations.GraphQLAnnotations
 
getTypeName(Class<?>) - Method in class graphql.annotations.GraphQLAnnotations
 
getTypeRegistry() - Method in class graphql.annotations.GraphQLAnnotations
 
getUnionBuilder(Class<?>) - Method in class graphql.annotations.GraphQLAnnotations
 
getUnionBuilder(Class<?>) - Method in interface graphql.annotations.GraphQLAnnotationsProcessor
This will examine the class and return a GraphQLUnionType.Builder ready for further definition
graphql.annotations - package graphql.annotations
 
GraphQLAnnotations - Class in graphql.annotations
A utility class for extracting GraphQL data structures from annotated elements.
GraphQLAnnotations() - Constructor for class graphql.annotations.GraphQLAnnotations
 
GraphQLAnnotations.GraphQLFieldDefinitionWrapper - Class in graphql.annotations
 
GraphQLAnnotationsException - Exception in graphql.annotations
A base class for runtime exceptions that can happen during annotation introspection
GraphQLAnnotationsException(String, Throwable) - Constructor for exception graphql.annotations.GraphQLAnnotationsException
 
GraphQLAnnotationsProcessor - Interface in graphql.annotations
 
GraphQLBatched - Annotation Type in graphql.annotations
 
GraphQLConnection - Annotation Type in graphql.annotations
Specifies that the annotated field or method (given it is also annotated with GraphQLField) is a collection that will be adhering Relay Connection specification At the moment, the only allowed type for such field is List<?>
GraphQLDataFetcher - Annotation Type in graphql.annotations
 
GraphQLDefaultValue - Annotation Type in graphql.annotations
 
GraphQLDeprecate - Annotation Type in graphql.annotations
 
GraphQLDescription - Annotation Type in graphql.annotations
 
GraphQLField - Annotation Type in graphql.annotations
 
GraphQLFieldDefinitionWrapper(GraphQLFieldDefinition) - Constructor for class graphql.annotations.GraphQLAnnotations.GraphQLFieldDefinitionWrapper
 
GraphQLInvokeDetached - Annotation Type in graphql.annotations
 
GraphQLMutation - Annotation Type in graphql.annotations
Use this annotation to indicate that a type is a mutation, useful for automatic discovery
GraphQLName - Annotation Type in graphql.annotations
 
GraphQLNonNull - Annotation Type in graphql.annotations
 
GraphQLObjectBackedByClass - Interface in graphql.annotations
 
GraphQLObjectTypeWrapper - Class in graphql.annotations
 
GraphQLObjectTypeWrapper(Class<?>, GraphQLObjectType) - Constructor for class graphql.annotations.GraphQLObjectTypeWrapper
 
GraphQLRelayMutation - Annotation Type in graphql.annotations
Make the field with arguments conform to Relay specification (input: {..., clientMutationId: ...})
GraphQLType - Annotation Type in graphql.annotations
 
GraphQLTypeResolver - Annotation Type in graphql.annotations
 
GraphQLUnion - Annotation Type in graphql.annotations
 

I

iface(Class<?>) - Static method in class graphql.annotations.GraphQLAnnotations
 
ifaceBuilder(Class<?>) - Static method in class graphql.annotations.GraphQLAnnotations
 
inputObject(GraphQLObjectType) - Static method in class graphql.annotations.GraphQLAnnotations
 
instance - Static variable in class graphql.annotations.GraphQLAnnotations
 

L

ListConnection - Class in graphql.annotations
 
ListConnection(List<?>) - Constructor for class graphql.annotations.ListConnection
 

O

object(Class<?>) - Static method in class graphql.annotations.GraphQLAnnotations
 
objectBuilder(Class<?>) - Static method in class graphql.annotations.GraphQLAnnotations
 
otherFunctions - Variable in class graphql.annotations.DefaultTypeFunction
 

R

register(TypeFunction) - Method in class graphql.annotations.DefaultTypeFunction
 
register(TypeFunction) - Static method in class graphql.annotations.GraphQLAnnotations
 
registerType(TypeFunction) - Method in class graphql.annotations.GraphQLAnnotations
 
RelayMutationMethodDataFetcher - Class in graphql.annotations
 
RelayMutationMethodDataFetcher(Method, List<GraphQLArgument>, GraphQLInputType, GraphQLOutputType) - Constructor for class graphql.annotations.RelayMutationMethodDataFetcher
 
resolveField(ExecutionContext, GraphQLObjectType, Object, List<Field>) - Method in class graphql.annotations.EnhancedExecutionStrategy
 

S

setDefaultTypeFunction(TypeFunction) - Method in class graphql.annotations.GraphQLAnnotations
 
StreamConnection - Class in graphql.annotations
 
StreamConnection(Stream<?>) - Constructor for class graphql.annotations.StreamConnection
 

T

TypeFunction - Interface in graphql.annotations
 

U

unionBuilder(Class<?>) - Static method in class graphql.annotations.GraphQLAnnotations
 
A B C D E F G I L O R S T U 
Skip navigation links