public class InputParameter extends Object
| Constructor and Description |
|---|
InputParameter(String name,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
Object |
getValue() |
String |
getValueForGraphqlQuery()
Returns the parameter, as it should be written in the GraphQL query.
|
public String getName()
public Object getValue()
public String getValueForGraphqlQuery()
Copyright © 2019. All rights reserved.