Package org.apache.unomi.graphql.schema
Class PropertyValueTypeHelper
- java.lang.Object
-
- org.apache.unomi.graphql.schema.PropertyValueTypeHelper
-
public class PropertyValueTypeHelper extends Object
-
-
Constructor Summary
Constructors Constructor Description PropertyValueTypeHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
getPropertyValueParameter(graphql.schema.GraphQLType fieldType)
static String
getPropertyValueParameter(String typeName, String fieldName, graphql.schema.DataFetchingEnvironment environment)
static String
getPropertyValueParameterForInputType(String typeName, String fieldName, graphql.schema.DataFetchingEnvironment environment)
-
-
-
Method Detail
-
getPropertyValueParameter
public static String getPropertyValueParameter(String typeName, String fieldName, graphql.schema.DataFetchingEnvironment environment)
-
getPropertyValueParameterForInputType
public static String getPropertyValueParameterForInputType(String typeName, String fieldName, graphql.schema.DataFetchingEnvironment environment)
-
getPropertyValueParameter
public static String getPropertyValueParameter(graphql.schema.GraphQLType fieldType)
-
-