Uses of Interface
io.smallrye.graphql.client.GraphQLError
Packages that use GraphQLError
-
Uses of GraphQLError in io.smallrye.graphql.client
Methods in io.smallrye.graphql.client that return types with arguments of type GraphQLErrorModifier and TypeMethodDescriptionGraphQLClientException.getErrors()Response.getErrors()List of errors contained in this response.Constructors in io.smallrye.graphql.client with parameters of type GraphQLErrorConstructor parameters in io.smallrye.graphql.client with type arguments of type GraphQLError -
Uses of GraphQLError in io.smallrye.graphql.client.typesafe.api
Methods in io.smallrye.graphql.client.typesafe.api that return types with arguments of type GraphQLErrorMethod parameters in io.smallrye.graphql.client.typesafe.api with type arguments of type GraphQLErrorModifier and TypeMethodDescriptionstatic <T> ErrorOr<T> ErrorOr.ofErrors(List<GraphQLError> errors) static <T> TypesafeResponse<T> TypesafeResponse.ofErrors(List<GraphQLError> errors) Constructor parameters in io.smallrye.graphql.client.typesafe.api with type arguments of type GraphQLError