- get() - Method in class io.smallrye.graphql.client.typesafe.api.ErrorOr
-
- getArguments() - Method in interface io.smallrye.graphql.client.core.Field
-
- getChild() - Method in interface io.smallrye.graphql.client.core.VariableType
-
- getClassification() - Method in interface io.smallrye.graphql.client.GraphQLError
-
The general type of failure
- getCode() - Method in interface io.smallrye.graphql.client.GraphQLError
-
A stable error code
- getData() - Method in interface io.smallrye.graphql.client.Response
-
The 'data' object contained in the response.
- getDefaultValue() - Method in interface io.smallrye.graphql.client.core.Variable
-
- getDescription() - Method in interface io.smallrye.graphql.client.GraphQLError
-
A human-readable description of the failure
- getDocument() - Method in interface io.smallrye.graphql.client.Request
-
- getErrors() - Method in exception io.smallrye.graphql.client.GraphQLClientException
-
- getErrors() - Method in interface io.smallrye.graphql.client.Response
-
List of errors contained in this response.
- getErrors() - Method in class io.smallrye.graphql.client.typesafe.api.ErrorOr
-
- getException() - Method in interface io.smallrye.graphql.client.GraphQLError
-
The name of the exception thrown in the service.
- getExtensions() - Method in interface io.smallrye.graphql.client.GraphQLError
-
Contents of the `extensions` field.
- getFields() - Method in interface io.smallrye.graphql.client.core.Field
-
- getFields() - Method in interface io.smallrye.graphql.client.core.Fragment
-
- getFields() - Method in interface io.smallrye.graphql.client.core.InlineFragment
-
- getFields() - Method in interface io.smallrye.graphql.client.core.Operation
-
- getInputObjectFields() - Method in interface io.smallrye.graphql.client.core.InputObject
-
- getList(Class<T>, String) - Method in interface io.smallrye.graphql.client.Response
-
Transform the contents of the `rootField` from this response into a list of objects
of the requested type.
- getLocations() - Method in interface io.smallrye.graphql.client.GraphQLError
-
List of locations in the request that correspond to this error.
- getMessage() - Method in interface io.smallrye.graphql.client.GraphQLError
-
Textual description of the error, supplied by the service.
- getName() - Method in interface io.smallrye.graphql.client.core.Argument
-
- getName() - Method in interface io.smallrye.graphql.client.core.Field
-
- getName() - Method in interface io.smallrye.graphql.client.core.Fragment
-
- getName() - Method in interface io.smallrye.graphql.client.core.FragmentReference
-
- getName() - Method in interface io.smallrye.graphql.client.core.InputObjectField
-
- getName() - Method in interface io.smallrye.graphql.client.core.Operation
-
- getName() - Method in interface io.smallrye.graphql.client.core.Variable
-
- getName() - Method in interface io.smallrye.graphql.client.core.VariableType
-
- getNewInstanceOf(Class<T>) - Static method in class io.smallrye.graphql.client.core.utils.ServiceUtils
-
- getObject(Class<T>, String) - Method in interface io.smallrye.graphql.client.Response
-
Transform the contents of the `rootField` from this response into an object
of the requested type.
- getOperations() - Method in interface io.smallrye.graphql.client.core.Document
-
- getOtherFields() - Method in interface io.smallrye.graphql.client.GraphQLError
-
Any other fields beyond message, locations, path and extensions.
- getPath() - Method in interface io.smallrye.graphql.client.GraphQLError
-
The path to the response field where the error arose.
- getProtocolId() - Method in enum io.smallrye.graphql.client.websocket.WebsocketSubprotocol
-
- getQueryPath() - Method in interface io.smallrye.graphql.client.GraphQLError
-
The path within the GraphQL query that was rejected
- getStringExtension(String) - Method in interface io.smallrye.graphql.client.GraphQLError
-
Contents of one of the `extensions` fields, converted to a String.
- getTargetType() - Method in interface io.smallrye.graphql.client.core.Fragment
-
- getTransportMeta() - Method in interface io.smallrye.graphql.client.Response
-
Get transport-specific metadata that came from the server with this response.
- getType() - Method in interface io.smallrye.graphql.client.core.InlineFragment
-
- getType() - Method in interface io.smallrye.graphql.client.core.Operation
-
- getType() - Method in interface io.smallrye.graphql.client.core.Variable
-
- getValidationErrorType() - Method in interface io.smallrye.graphql.client.GraphQLError
-
The type of mistake leading to the rejection of the GraphQL query
- getValue() - Method in interface io.smallrye.graphql.client.core.Argument
-
- getValue() - Method in interface io.smallrye.graphql.client.core.Enum
-
- getValue() - Method in interface io.smallrye.graphql.client.core.InputObjectField
-
- getVariable(String) - Method in interface io.smallrye.graphql.client.Request
-
- getVariables() - Method in interface io.smallrye.graphql.client.core.Operation
-
- getVariables() - Method in interface io.smallrye.graphql.client.Request
-
- gqlEnum(String) - Static method in interface io.smallrye.graphql.client.core.Enum
-
- GraphQLClient - Annotation Type in io.smallrye.graphql.client
-
Marks an injection point that should receive a named GraphQL client instance.
- GraphQLClientApi - Annotation Type in io.smallrye.graphql.client.typesafe.api
-
Annotate your GraphQL Client
interface as
GraphQLClientApi,
so CDI can build and inject it for you.
- GraphQLClientException - Exception in io.smallrye.graphql.client
-
Represents a response that contained application-level errors and thus can't be turned into a domain object.
- GraphQLClientException(String, GraphQLError) - Constructor for exception io.smallrye.graphql.client.GraphQLClientException
-
- GraphQLClientException(String, List<GraphQLError>) - Constructor for exception io.smallrye.graphql.client.GraphQLClientException
-
- GraphQLError - Interface in io.smallrye.graphql.client
-