Package io.weaviate.client.v1.graphql
Class GraphQL
- java.lang.Object
-
- io.weaviate.client.v1.graphql.GraphQL
-
public class GraphQL extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classGraphQL.Arguments
-
Constructor Summary
Constructors Constructor Description GraphQL(HttpClient httpClient, Config config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Aggregateaggregate()GraphQL.Argumentsarguments()Exploreexplore()Getget()Rawraw()
-
-
-
Constructor Detail
-
GraphQL
public GraphQL(HttpClient httpClient, Config config)
-
-
Method Detail
-
get
public Get get()
-
raw
public Raw raw()
-
explore
public Explore explore()
-
aggregate
public Aggregate aggregate()
-
arguments
public GraphQL.Arguments arguments()
-
-