public class GraphQLTestQueryBuilder extends Object
| Constructor and Description |
|---|
GraphQLTestQueryBuilder() |
| Modifier and Type | Method and Description |
|---|---|
String |
build(Type type,
Expansion[] expansions)
Build a graph-ql query that projects fields from a set of expansion field names.
|
public String build(Type type, Expansion[] expansions)
type - The java type from which to reflect the field treeexpansions - A comma separated list of field expansion paths to use when generating the queryCopyright © 2003–2019 Atlassian. All rights reserved.