Class GraphQLObjectPath

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

public class GraphQLObjectPath extends Object implements GraphQLFieldPath
GraphQLFieldPath segment used to represent GraphQL object types in the query.
  • Field Details

    • fieldName

      protected final String fieldName
    • prefix

      protected final String prefix
  • Constructor Details

    • GraphQLObjectPath

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