Interface GraphQLFieldPath

All Known Implementing Classes:
GraphQLEntrypointPath, GraphQLIDPath, GraphQLObjectPath, GraphQLScalarPath

public interface GraphQLFieldPath
Used to represent either a full or segmented GraphQL field path.
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • toString

      String toString()
      Overrides:
      toString in class Object
      Returns:
      a string version of the field segment.