Class NonNullableValueCoercedAsNullException

    • Constructor Detail

      • NonNullableValueCoercedAsNullException

        public NonNullableValueCoercedAsNullException​(VariableDefinition variableDefinition,
                                                      GraphQLType graphQLType)
      • NonNullableValueCoercedAsNullException

        public NonNullableValueCoercedAsNullException​(VariableDefinition variableDefinition,
                                                      java.lang.String fieldName,
                                                      GraphQLType graphQLType)
      • NonNullableValueCoercedAsNullException

        public NonNullableValueCoercedAsNullException​(VariableDefinition variableDefinition,
                                                      java.lang.String fieldName,
                                                      java.util.List<java.lang.Object> path,
                                                      GraphQLType graphQLType)
      • NonNullableValueCoercedAsNullException

        public NonNullableValueCoercedAsNullException​(GraphQLType graphQLType)
      • NonNullableValueCoercedAsNullException

        public NonNullableValueCoercedAsNullException​(VariableDefinition variableDefinition,
                                                      java.lang.String causeMessage)
      • NonNullableValueCoercedAsNullException

        public NonNullableValueCoercedAsNullException​(java.lang.String fieldName,
                                                      java.util.List<java.lang.Object> path,
                                                      GraphQLType graphQLType)
      • NonNullableValueCoercedAsNullException

        public NonNullableValueCoercedAsNullException​(GraphQLInputObjectField inputTypeField)
      • NonNullableValueCoercedAsNullException

        public NonNullableValueCoercedAsNullException​(GraphQLInputObjectField inputTypeField,
                                                      java.util.List<java.lang.Object> path)
      • NonNullableValueCoercedAsNullException

        public NonNullableValueCoercedAsNullException​(GraphQLArgument graphQLArgument)
    • Method Detail

      • getLocations

        public java.util.List<SourceLocation> getLocations()
        Specified by:
        getLocations in interface GraphQLError
        Returns:
        the location(s) within the GraphQL document at which the error occurred. Each SourceLocation describes the beginning of an associated syntax element
      • getPath

        public java.util.List<java.lang.Object> getPath()
        Description copied from interface: GraphQLError
        The graphql spec says that the (optional) path field of any error should be a list of path entries https://spec.graphql.org/October2021/#sec-Handling-Field-Errors
        Specified by:
        getPath in interface GraphQLError
        Returns:
        the path in list format