public class GraphQLCustomComplexityInfoDTO extends Object
| Constructor and Description |
|---|
GraphQLCustomComplexityInfoDTO() |
| Modifier and Type | Method and Description |
|---|---|
GraphQLCustomComplexityInfoDTO |
complexityValue(Integer complexityValue) |
boolean |
equals(Object o) |
GraphQLCustomComplexityInfoDTO |
field(String field) |
Integer |
getComplexityValue()
The complexity value allocated for the associated field under the specified type
|
String |
getField()
The field which is found under the type within the schema of the API
|
String |
getType()
The type found within the schema of the API
|
int |
hashCode() |
void |
setComplexityValue(Integer complexityValue) |
void |
setField(String field) |
void |
setType(String type) |
String |
toString() |
GraphQLCustomComplexityInfoDTO |
type(String type) |
public GraphQLCustomComplexityInfoDTO type(String type)
public String getType()
public void setType(String type)
public GraphQLCustomComplexityInfoDTO field(String field)
public String getField()
public void setField(String field)
public GraphQLCustomComplexityInfoDTO complexityValue(Integer complexityValue)
public Integer getComplexityValue()
public void setComplexityValue(Integer complexityValue)
Copyright © 2020 WSO2 Inc. All rights reserved.