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

public class GraphQLIDPath extends Object implements GraphQLFieldPath
GraphQLFieldPath segment used to represent the "id" field for objects in a GraphQL query
  • Field Details

    • type

      protected final String type
    • prefix

      protected final String prefix
  • Constructor Details

    • GraphQLIDPath

      public GraphQLIDPath(String type, String prefix)
  • Method Details