Class GraphQLScalarPath

java.lang.Object
se.liu.ida.hefquin.engine.wrappers.graphql.data.impl.GraphQLScalarPath
All Implemented Interfaces:
GraphQLFieldPath

public class GraphQLScalarPath extends Object implements GraphQLFieldPath
GraphQLFieldPath segment used to represent GraphQL scalar values in the query.
  • Field Details

    • fieldName

      protected final String fieldName
    • prefix

      protected final String prefix
  • Constructor Details

    • GraphQLScalarPath

      public GraphQLScalarPath(String fieldName, String prefix)
  • Method Details