Class PropertyValueTypeHelper


  • public class PropertyValueTypeHelper
    extends Object
    • Constructor Detail

      • PropertyValueTypeHelper

        public PropertyValueTypeHelper()
    • 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)