Skip navigation links
A B C D E F G H L M N R S T U W 

A

ActionMovie - Class in com.netflix.graphql.dgs.example.types
 
ActionMovie() - Constructor for class com.netflix.graphql.dgs.example.types.ActionMovie
 
ActionMovie(String, String, int) - Constructor for class com.netflix.graphql.dgs.example.types.ActionMovie
 
addRating(RatingInput) - Method in class com.netflix.graphql.dgs.example.datafetcher.RatingMutation
 

B

build() - Method in class com.netflix.graphql.dgs.example.context.MyContextBuilder
 

C

com.netflix.graphql.dgs.example - package com.netflix.graphql.dgs.example
 
com.netflix.graphql.dgs.example.context - package com.netflix.graphql.dgs.example.context
 
com.netflix.graphql.dgs.example.datafetcher - package com.netflix.graphql.dgs.example.datafetcher
 
com.netflix.graphql.dgs.example.dataLoader - package com.netflix.graphql.dgs.example.dataLoader
 
com.netflix.graphql.dgs.example.types - package com.netflix.graphql.dgs.example.types
 
concurrent1() - Method in class com.netflix.graphql.dgs.example.datafetcher.ConcurrentDataFetcher
 
concurrent2() - Method in class com.netflix.graphql.dgs.example.datafetcher.ConcurrentDataFetcher
 
ConcurrentDataFetcher - Class in com.netflix.graphql.dgs.example.datafetcher
 
ConcurrentDataFetcher() - Constructor for class com.netflix.graphql.dgs.example.datafetcher.ConcurrentDataFetcher
 
corsFilter() - Method in class com.netflix.graphql.dgs.example.LocalHostCorsConfig
 
CurrentTimeDateFetcher - Class in com.netflix.graphql.dgs.example.datafetcher
 
CurrentTimeDateFetcher() - Constructor for class com.netflix.graphql.dgs.example.datafetcher.CurrentTimeDateFetcher
 

D

director() - Method in class com.netflix.graphql.dgs.example.datafetcher.MovieDataFetcher
 

E

equals(Object) - Method in class com.netflix.graphql.dgs.example.types.ActionMovie
 
equals(Object) - Method in class com.netflix.graphql.dgs.example.types.ScaryMovie
 
ExampleApp - Class in com.netflix.graphql.dgs.example
 
ExampleApp() - Constructor for class com.netflix.graphql.dgs.example.ExampleApp
 
ExampleLoaderWithContext - Class in com.netflix.graphql.dgs.example.dataLoader
 
ExampleLoaderWithContext() - Constructor for class com.netflix.graphql.dgs.example.dataLoader.ExampleLoaderWithContext
 
ExtraCodeRegistry - Class in com.netflix.graphql.dgs.example
 
ExtraCodeRegistry() - Constructor for class com.netflix.graphql.dgs.example.ExtraCodeRegistry
 
ExtraTypeDefinitionRegistry - Class in com.netflix.graphql.dgs.example
 
ExtraTypeDefinitionRegistry() - Constructor for class com.netflix.graphql.dgs.example.ExtraTypeDefinitionRegistry
 

F

FileUploadMutation - Class in com.netflix.graphql.dgs.example.datafetcher
 
FileUploadMutation() - Constructor for class com.netflix.graphql.dgs.example.datafetcher.FileUploadMutation
 

G

getAvgStars() - Method in class com.netflix.graphql.dgs.example.types.Rating
 
getCustomState() - Method in class com.netflix.graphql.dgs.example.context.MyContext
 
getDirector() - Method in class com.netflix.graphql.dgs.example.types.ActionMovie
 
getDirector() - Method in interface com.netflix.graphql.dgs.example.types.Movie
 
getDirector() - Method in class com.netflix.graphql.dgs.example.types.ScaryMovie
 
getGory() - Method in class com.netflix.graphql.dgs.example.types.ScaryMovie
 
getMessage(DataFetchingEnvironment) - Method in class com.netflix.graphql.dgs.example.datafetcher.HelloDataFetcher
 
getName() - Method in class com.netflix.graphql.dgs.example.types.Stock
 
getNrOfExplosions() - Method in class com.netflix.graphql.dgs.example.types.ActionMovie
 
getPrice() - Method in class com.netflix.graphql.dgs.example.types.Stock
 
getScareFactor() - Method in class com.netflix.graphql.dgs.example.types.ScaryMovie
 
getTitle() - Method in class com.netflix.graphql.dgs.example.types.ActionMovie
 
getTitle() - Method in interface com.netflix.graphql.dgs.example.types.Movie
 
getTitle() - Method in class com.netflix.graphql.dgs.example.types.ScaryMovie
 

H

hashCode() - Method in class com.netflix.graphql.dgs.example.types.ActionMovie
 
hashCode() - Method in class com.netflix.graphql.dgs.example.types.ScaryMovie
 
hello(String) - Method in class com.netflix.graphql.dgs.example.datafetcher.HelloDataFetcher
 
HelloDataFetcher - Class in com.netflix.graphql.dgs.example.datafetcher
 
HelloDataFetcher() - Constructor for class com.netflix.graphql.dgs.example.datafetcher.HelloDataFetcher
 

L

load(List<String>, BatchLoaderEnvironment) - Method in class com.netflix.graphql.dgs.example.dataLoader.ExampleLoaderWithContext
 
load(List<String>) - Method in class com.netflix.graphql.dgs.example.dataLoader.MessageDataLoader
 
LocalHostCorsConfig - Class in com.netflix.graphql.dgs.example
 
LocalHostCorsConfig() - Constructor for class com.netflix.graphql.dgs.example.LocalHostCorsConfig
 

M

main(String[]) - Static method in class com.netflix.graphql.dgs.example.ExampleApp
 
MessageDataLoader - Class in com.netflix.graphql.dgs.example.dataLoader
 
MessageDataLoader() - Constructor for class com.netflix.graphql.dgs.example.dataLoader.MessageDataLoader
 
Movie - Interface in com.netflix.graphql.dgs.example.types
 
MovieDataFetcher - Class in com.netflix.graphql.dgs.example.datafetcher
 
MovieDataFetcher() - Constructor for class com.netflix.graphql.dgs.example.datafetcher.MovieDataFetcher
 
movies(DataFetchingEnvironment) - Method in class com.netflix.graphql.dgs.example.datafetcher.MovieDataFetcher
 
MyContext - Class in com.netflix.graphql.dgs.example.context
 
MyContext() - Constructor for class com.netflix.graphql.dgs.example.context.MyContext
 
MyContextBuilder - Class in com.netflix.graphql.dgs.example.context
 
MyContextBuilder() - Constructor for class com.netflix.graphql.dgs.example.context.MyContextBuilder
 

N

now() - Method in class com.netflix.graphql.dgs.example.datafetcher.CurrentTimeDateFetcher
 

R

Rating - Class in com.netflix.graphql.dgs.example.types
 
Rating(double) - Constructor for class com.netflix.graphql.dgs.example.types.Rating
 
RatingMutation - Class in com.netflix.graphql.dgs.example.datafetcher
 
RatingMutation() - Constructor for class com.netflix.graphql.dgs.example.datafetcher.RatingMutation
 
registry(GraphQLCodeRegistry.Builder, TypeDefinitionRegistry) - Method in class com.netflix.graphql.dgs.example.ExtraCodeRegistry
 
registry() - Method in class com.netflix.graphql.dgs.example.ExtraTypeDefinitionRegistry
 

S

ScaryMovie - Class in com.netflix.graphql.dgs.example.types
 
ScaryMovie() - Constructor for class com.netflix.graphql.dgs.example.types.ScaryMovie
 
ScaryMovie(String, String, boolean, int) - Constructor for class com.netflix.graphql.dgs.example.types.ScaryMovie
 
schedule(DataFetchingEnvironment) - Method in class com.netflix.graphql.dgs.example.datafetcher.CurrentTimeDateFetcher
 
setDirector(String) - Method in class com.netflix.graphql.dgs.example.types.ActionMovie
 
setDirector(String) - Method in interface com.netflix.graphql.dgs.example.types.Movie
 
setDirector(String) - Method in class com.netflix.graphql.dgs.example.types.ScaryMovie
 
setGory(boolean) - Method in class com.netflix.graphql.dgs.example.types.ScaryMovie
 
setNrOfExplosions(int) - Method in class com.netflix.graphql.dgs.example.types.ActionMovie
 
setScareFactor(int) - Method in class com.netflix.graphql.dgs.example.types.ScaryMovie
 
setTitle(String) - Method in class com.netflix.graphql.dgs.example.types.ActionMovie
 
setTitle(String) - Method in interface com.netflix.graphql.dgs.example.types.Movie
 
setTitle(String) - Method in class com.netflix.graphql.dgs.example.types.ScaryMovie
 
Stock - Class in com.netflix.graphql.dgs.example.types
 
Stock(String, double) - Constructor for class com.netflix.graphql.dgs.example.types.Stock
 
stocks() - Method in class com.netflix.graphql.dgs.example.datafetcher.SubscriptionDataFetcher
 
SubscriptionDataFetcher - Class in com.netflix.graphql.dgs.example.datafetcher
 
SubscriptionDataFetcher() - Constructor for class com.netflix.graphql.dgs.example.datafetcher.SubscriptionDataFetcher
 

T

toString() - Method in class com.netflix.graphql.dgs.example.types.ActionMovie
 
toString() - Method in class com.netflix.graphql.dgs.example.types.ScaryMovie
 

U

uploadFile(DataFetchingEnvironment) - Method in class com.netflix.graphql.dgs.example.datafetcher.FileUploadMutation
 

W

withContext(DataFetchingEnvironment) - Method in class com.netflix.graphql.dgs.example.datafetcher.HelloDataFetcher
 
withDataLoaderContext(DataFetchingEnvironment) - Method in class com.netflix.graphql.dgs.example.datafetcher.HelloDataFetcher
 
withGraphqlException() - Method in class com.netflix.graphql.dgs.example.datafetcher.HelloDataFetcher
 
withRuntimeException() - Method in class com.netflix.graphql.dgs.example.datafetcher.HelloDataFetcher
 
A B C D E F G H L M N R S T U W 
Skip navigation links