Class GraphQLEntrypointPath
java.lang.Object
se.liu.ida.hefquin.engine.wrappers.graphql.data.impl.GraphQLEntrypointPath
- All Implemented Interfaces:
GraphQLFieldPath
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final GraphQLEntrypointprotected final Set<GraphQLArgument>protected final int -
Constructor Summary
ConstructorsConstructorDescriptionGraphQLEntrypointPath(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:
toStringin interfaceGraphQLFieldPath- Overrides:
toStringin classObject- Returns:
- a string version of the field segment.
-