Package io.smallrye.graphql.client.typesafe.api
package io.smallrye.graphql.client.typesafe.api
-
ClassDescriptionA specialized
HeaderforAuthorization.ErrorOr<T>Like anOptional, but the value can benulland instead of a value, there can be a List ofGraphQLErrors instead.Annotate your GraphQL ClientinterfaceasGraphQLClientApi, so CDI can build and inject it for you.Adds a custom header to the http requests sent out by the GraphQL Client.'Hide' or 'unwrap' the return type of the annotated method from GraphQL, i.e.Places a parameter not on the query field but some field deeper in the request, e.g.Use this builder, when you are not in a CDI context, i.e.