Package 

Class ProjectionBase

  • All Implemented Interfaces:

    
    public class ProjectionBase
    
                        

    This class contains the logic for projecting nodes and relations

    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String filterFieldName()
      final Condition where(PropertyContainer propertyContainer, GraphQLFieldDefinition fieldDefinition, GraphQLFieldsContainer type, Map<String, Object> arguments, Map<String, Object> variables)
      final Pair<List<Object>, List<Statement>> projectFields(PropertyContainer propertyContainer, GraphQLFieldsContainer nodeType, DataFetchingEnvironment env, SymbolicName variable, String variableSuffix, DataFetchingFieldSelectionSet selectionSet)
      final ResultStatement cypherDirective(SymbolicName ctxVariable, GraphQLFieldDefinition fieldDefinition, Map<String, Object> arguments, CypherDirective cypherDirective, SymbolicName thisValue)
      final StatementBuilder.BuildableStatement<ResultStatement> skipLimitOrder(StatementBuilder.OngoingReadingAndReturn $self, SymbolicName ctxVariable, GraphQLFieldDefinition fieldDefinition, Map<String, Object> arguments)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • where

         final Condition where(PropertyContainer propertyContainer, GraphQLFieldDefinition fieldDefinition, GraphQLFieldsContainer type, Map<String, Object> arguments, Map<String, Object> variables)
      • projectFields

         final Pair<List<Object>, List<Statement>> projectFields(PropertyContainer propertyContainer, GraphQLFieldsContainer nodeType, DataFetchingEnvironment env, SymbolicName variable, String variableSuffix, DataFetchingFieldSelectionSet selectionSet)
      • skipLimitOrder

         final StatementBuilder.BuildableStatement<ResultStatement> skipLimitOrder(StatementBuilder.OngoingReadingAndReturn $self, SymbolicName ctxVariable, GraphQLFieldDefinition fieldDefinition, Map<String, Object> arguments)