nullable) { return Type::nonNull(Type::listOf($this->type)); } return Type::listOf($this->type); } /** * The Relation type. */ protected function relation(): RelationType { return RelationType::HAS_MANY; } }