Interface GraphQLArgument

All Known Implementing Classes:
GraphQLArgumentImpl

public interface GraphQLArgument
Represents an individual argument for a GraphQL query
  • 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

      String toString()
      Overrides:
      toString in class Object
      Returns:
      a fieldpath string version of the argument