Interface HttpGraphQlClient.Builder<B extends HttpGraphQlClient.Builder<B>>

Type Parameters:
B - the builder type
All Superinterfaces:
GraphQlClient.BaseBuilder<B>, GraphQlClient.Builder<B>, WebGraphQlClient.Builder<B>
Enclosing interface:
HttpGraphQlClient

public static interface HttpGraphQlClient.Builder<B extends HttpGraphQlClient.Builder<B>> extends WebGraphQlClient.Builder<B>
Builder for the GraphQL over HTTP client.