Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to dev, this PR will be updated.
Releases
@neo4j/[email protected]
Minor Changes
c581f9e
Thanks @mjfwebb! - Add filtering on 1 to 1 relationship custom cypher fieldsPatch Changes
#5738
c6ea37d
Thanks @angrykoala! - Add deprecation warning when using@unique
#5788
62a9f61
Thanks @angrykoala! - Deprecate single element relationships:In favor of list relationships:
1-1 relationships cannot be reliably enforced, leading to a data inconsistent between the schema and the database. For this reason, these have been removed in favor of the more accurate list relationships.
#5771
c56f9b0
Thanks @MacondoExpress! - Deprecate implicitSET
:in favour of the explicit
_SET
version:#5771
f624668
Thanks @MacondoExpress! - AddedimplicitSet
to theexcludeDeprecatedFields
setting, to disable generation of the deprecated mutation field without the suffix_SET
.#5758
7521476
Thanks @angrykoala! - Argumentoverwrite
inconnect
operations has been deprecated#5748
f23bb91
Thanks @darrellwarde! - TheconnectOrCreate
operation has been deprecated and will be removed in the next major version of the Neo4j GraphQL Library. Its implementation has always been more limited than the other operations, so the decision has been taken to remove it for the time being with a view of potentially refocussing on it again in the future.#5764
1ec1bd3
Thanks @darrellwarde! - Fix issues Sorting vector search results by score without score in selection set results in error #5759 and Ordering of sorting criteria not honoured in vector search query #5760 to do with sorting vector search results