Interface GraphQLArgument
- All Known Implementing Classes:
 GraphQLArgumentImpl
public interface GraphQLArgument
Represents an individual argument for a GraphQL query
- 
Method Summary
Modifier and TypeMethodDescriptionGet the name of the argumentorg.apache.jena.atlas.json.JsonValueGet the variable name used for the argumenttoString() 
- 
Method Details
- 
getVariableName
String getVariableName()Get the variable name used for the argument - 
getArgName
String getArgName()Get the name of the argument - 
getArgValue
org.apache.jena.atlas.json.JsonValue getArgValue()- Returns:
 - the value used for the argument
 
 - 
getArgDefinition
String getArgDefinition()- Returns:
 - the definition (GraphQL object type name) for the argument
 
 - 
toString
 
 -