Class GraphQLEntrypointPath
java.lang.Object
se.liu.ida.hefquin.engine.wrappers.graphql.data.impl.GraphQLEntrypointPath
- All Implemented Interfaces:
GraphQLFieldPath
-
Field Summary
Modifier and TypeFieldDescriptionprotected final GraphQLEntrypoint
protected final Set<GraphQLArgument>
protected final int
-
Constructor Summary
ConstructorDescriptionGraphQLEntrypointPath
(GraphQLEntrypoint ep, int uniqueNr) GraphQLEntrypointPath
(GraphQLEntrypoint ep, int uniqueNr, Set<GraphQLArgument> epArgs) -
Method Summary
-
Field Details
-
ep
-
uniqueNr
protected final int uniqueNr -
epArgs
-
-
Constructor Details
-
GraphQLEntrypointPath
-
GraphQLEntrypointPath
-
-
Method Details
-
toString
- Specified by:
toString
in interfaceGraphQLFieldPath
- Overrides:
toString
in classObject
- Returns:
- a string version of the field segment.
-