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.#5801
95ce8bb
Thanks @darrellwarde! - Implicit filtering fields have been removed, please use the explicit versions:The
implicitEqualFilters
option ofexcludeDeprecatedFields
has been removed.#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.#5802
99cb9aa
Thanks @darrellwarde! - Implicit set operations have been removed. For example:The
implicitSet
argument ofexcludeDeprecatedFields
has been removed.#5789
1a07d40
Thanks @darrellwarde! - The Neo4j GraphQL Library and Introspector now required Node.js 22 or greater.@neo4j/[email protected]
Major Changes
1a07d40
Thanks @darrellwarde! - The Neo4j GraphQL Library and Introspector now required Node.js 22 or greater.