Class GraphQLEntrypointImpl
java.lang.Object
se.liu.ida.hefquin.engine.wrappers.graphql.data.impl.GraphQLEntrypointImpl
- All Implemented Interfaces:
GraphQLEntrypoint
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final GraphQLEntrypointType
protected final String
protected final String
-
Constructor Summary
ConstructorsConstructorDescriptionGraphQLEntrypointImpl
(String fieldName, Map<String, String> argumentDefinitions, String typeName, GraphQLEntrypointType epType) -
Method Summary
-
Field Details
-
fieldName
-
argumentDefinitions
-
typeName
-
epType
-
-
Constructor Details
-
GraphQLEntrypointImpl
-
-
Method Details
-
getFieldName
- Specified by:
getFieldName
in interfaceGraphQLEntrypoint
- Returns:
- the query field name
-
getArgumentDefinitions
- Specified by:
getArgumentDefinitions
in interfaceGraphQLEntrypoint
- Returns:
- the argument definitions for the entrypoint as a map consisting of argument names mapped to GraphQL value types. (argument value types can include non-null exclamations)
-
getTypeName
- Specified by:
getTypeName
in interfaceGraphQLEntrypoint
- Returns:
- the name of the GraphQL object type that the entrypoint field fetches.
-
getEntrypointAlias
- Specified by:
getEntrypointAlias
in interfaceGraphQLEntrypoint
- Returns:
- an aliased version of the entrypoint where @param counter is used to make the entrypoint alias unique.
-