A  C  D  E  F  G  H  I  L  M  P  Q  R  S  T  U 

G

generateContext(Request) - function in com.expediagroup.graphql.server.execution.GraphQLContextFactory
Generate GraphQL context based on the incoming request and the corresponding response.
generateContextMap(Request) - function in com.expediagroup.graphql.server.execution.GraphQLContextFactory
Generate GraphQL context based on the incoming request and the corresponding response.
getAbsentValue(DeserializationContext) - function in com.fasterxml.jackson.databind.GraphQLServerRequestDeserializer
 
getAbsentValue(DeserializationContext) - function in com.fasterxml.jackson.databind.GraphQLServerResponseDeserializer
 
getCause() - function in kotlin.MissingDataLoaderException
 
getColumn() - function in com.expediagroup.graphql.server.types.GraphQLSourceLocation
 
getData() - function in com.expediagroup.graphql.server.types.GraphQLResponse
 
getDelegatee() - function in com.fasterxml.jackson.databind.GraphQLServerRequestDeserializer
 
getDelegatee() - function in com.fasterxml.jackson.databind.GraphQLServerResponseDeserializer
 
getEmptyAccessPattern() - function in com.fasterxml.jackson.databind.GraphQLServerRequestDeserializer
 
getEmptyAccessPattern() - function in com.fasterxml.jackson.databind.GraphQLServerResponseDeserializer
 
getEmptyValue(DeserializationContext) - function in com.fasterxml.jackson.databind.GraphQLServerRequestDeserializer
 
getEmptyValue() - function in com.fasterxml.jackson.databind.GraphQLServerRequestDeserializer
 
getEmptyValue(DeserializationContext) - function in com.fasterxml.jackson.databind.GraphQLServerResponseDeserializer
 
getEmptyValue() - function in com.fasterxml.jackson.databind.GraphQLServerResponseDeserializer
 
getErrors() - function in com.expediagroup.graphql.server.types.GraphQLResponse
 
getExtensions() - function in com.expediagroup.graphql.server.types.GraphQLServerError
 
getExtensions() - function in com.expediagroup.graphql.server.types.GraphQLRequest
 
getExtensions() - function in com.expediagroup.graphql.server.types.GraphQLResponse
 
getFromContext(DataFetchingEnvironment) - function in com.expediagroup.graphql.server.extensions.DataFetchingEnvironmentExtensionsKt
Returns a value from the graphQLContext by KClass key
getFromContextOrDefault(DataFetchingEnvironment,T) - function in com.expediagroup.graphql.server.extensions.DataFetchingEnvironmentExtensionsKt
Returns a value from the graphQLContext by KClass key
getFromContextOrElse(DataFetchingEnvironment,Function0) - function in com.expediagroup.graphql.server.extensions.DataFetchingEnvironmentExtensionsKt
Returns a value from the graphQLContext by KClass key
getFromContextOrThrow(DataFetchingEnvironment) - function in com.expediagroup.graphql.server.extensions.DataFetchingEnvironmentExtensionsKt
Returns a value from the graphQLContext by KClass key or KeyNotFoundInGraphQLContextException if key was not found
getKnownPropertyNames() - function in com.fasterxml.jackson.databind.GraphQLServerRequestDeserializer
 
getKnownPropertyNames() - function in com.fasterxml.jackson.databind.GraphQLServerResponseDeserializer
 
getLine() - function in com.expediagroup.graphql.server.types.GraphQLSourceLocation
 
getLocalizedMessage() - function in kotlin.MissingDataLoaderException
 
getLocations() - function in com.expediagroup.graphql.server.types.GraphQLServerError
 
getMessage() - function in kotlin.MissingDataLoaderException
 
getMessage() - function in com.expediagroup.graphql.server.types.GraphQLServerError
 
getNullAccessPattern() - function in com.fasterxml.jackson.databind.GraphQLServerRequestDeserializer
 
getNullAccessPattern() - function in com.fasterxml.jackson.databind.GraphQLServerResponseDeserializer
 
getNullValue(DeserializationContext) - function in com.fasterxml.jackson.databind.GraphQLServerRequestDeserializer
 
getNullValue() - function in com.fasterxml.jackson.databind.GraphQLServerRequestDeserializer
 
getNullValue(DeserializationContext) - function in com.fasterxml.jackson.databind.GraphQLServerResponseDeserializer
 
getNullValue() - function in com.fasterxml.jackson.databind.GraphQLServerResponseDeserializer
 
getObjectIdReader() - function in com.fasterxml.jackson.databind.GraphQLServerRequestDeserializer
 
getObjectIdReader() - function in com.fasterxml.jackson.databind.GraphQLServerResponseDeserializer
 
getOperationName() - function in com.expediagroup.graphql.server.types.GraphQLRequest
 
getPath() - function in com.expediagroup.graphql.server.types.GraphQLServerError
 
getQuery() - function in com.expediagroup.graphql.server.types.GraphQLRequest
 
getRequests() - function in com.expediagroup.graphql.server.types.GraphQLBatchRequest
 
getResponses() - function in com.expediagroup.graphql.server.types.GraphQLBatchResponse
 
getStackTrace() - function in kotlin.MissingDataLoaderException
 
getSuppressed() - function in kotlin.MissingDataLoaderException
 
getValueFromDataLoader(DataFetchingEnvironment,String,K) - function in com.expediagroup.graphql.server.extensions.DataFetchingEnvironmentExtensionsKt
Helper method to get a value from a registered DataLoader.
getValuesFromDataLoader(DataFetchingEnvironment,String,List) - function in com.expediagroup.graphql.server.extensions.DataFetchingEnvironmentExtensionsKt
Helper method to get values from a registered DataLoader.
getVariables() - function in com.expediagroup.graphql.server.types.GraphQLRequest
 
GraphQLBatchRequest - class in com.expediagroup.graphql.server.types
Wrapper that holds list of GraphQLRequests to be processed together within a single HTTP request.
GraphQLBatchResponse - class in com.expediagroup.graphql.server.types
Wrapper that holds list of GraphQLResponses that were processed together within a single HTTP request.
GraphQLContextFactory - class in com.expediagroup.graphql.server.execution
Factory that generates GraphQL context.
GraphQLRequest - class in com.expediagroup.graphql.server.types
Wrapper that holds single GraphQLRequest to be processed within an HTTP request.
GraphQLRequestHandler - class in com.expediagroup.graphql.server.execution
 
GraphQLRequestParser - class in com.expediagroup.graphql.server.execution
A generic server interface that handles parsing the specific server implementation request to a GraphQLServerRequest.
GraphQLResponse - class in com.expediagroup.graphql.server.types
Wrapper that holds single GraphQLResponse to an HTTP request.
GraphQLServer - class in com.expediagroup.graphql.server.execution
A basic server implementation that parses the incoming request and returns a GraphQLResponse.
GraphQLServerError - class in com.expediagroup.graphql.server.types
GraphQL error representation that is spec complaint with serialization and deserialization.
GraphQLServerRequest - class in com.expediagroup.graphql.server.types
GraphQL server request abstraction that provides a convenient way to handle both single and batch requests.
GraphQLServerRequestDeserializer - class in com.expediagroup.graphql.server.types
 
GraphQLServerResponse - class in com.expediagroup.graphql.server.types
GraphQL server response abstraction that provides a convenient way to handle both single and batch responses.
GraphQLServerResponseDeserializer - class in com.expediagroup.graphql.server.types
 
GraphQLSourceLocation - class in com.expediagroup.graphql.server.types
Location describing which part of GraphQL document caused an exception.
A  C  D  E  F  G  H  I  L  M  P  Q  R  S  T  U