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 7.x, this PR will be updated.
Releases
@neo4j/[email protected]
Major Changes
#5755
9c75f92
Thanks @angrykoala! - Remove support forconnectOrCreate
operations#5778
56022ba
Thanks @darrellwarde! - The deprecateddirected
argument has been removed, andqueryDirection
now only accepts two possible values -DIRECTED
(default) andUNDIRECTED
.Additionally, the
directedArgument
setting ofexcludeDeprecatedFields
has been removed as these deprecated fields have been removed.#5762
87e416b
Thanks @darrellwarde! - There have been major changes to the way that full-text search operates.The directive now requires the specification of an index name, query name, and indexed fields.
Here is an example of how this might be used:
Full-text search was previously available in two different locations.
The following form has now been completely removed:
The following form as a root-level query has been changed:
The new form is as a Relay connection, which allows for pagination using cursors and access to the
pageInfo
field.#5755
9c75f92
Thanks @angrykoala! - Remove support for@unique
directive#5768
e338590
Thanks @angrykoala! - Removeoverwrite
field in connect operations#5777
0ecfd71
Thanks @darrellwarde! - The deprecatedoptions
argument has been removed.Consider the following type definitions:
The migration is as below:
The
deprecatedOptionsArgument
ofexcludeDeprecatedFields
has been removed as it is now a no-op.#5789
1a07d40
Thanks @darrellwarde! - The Neo4j GraphQL Library and Introspector now required Node.js 22 or greater.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@neo4j/[email protected]
Major Changes
1a07d40
Thanks @darrellwarde! - The Neo4j GraphQL Library and Introspector now required Node.js 22 or greater.