Skip to content

Conversation

@angrykoala
Copy link
Member

@angrykoala angrykoala commented Oct 14, 2025

Description

Refactor of the update operations to use the new translation layer and remove old translation layer

@changeset-bot
Copy link

changeset-bot bot commented Oct 14, 2025

🦋 Changeset detected

Latest commit: 9c0b4cb

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@neo4j/graphql Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@angrykoala angrykoala changed the title Update translation layer [WIP] Update translation layer Oct 14, 2025
@neo4j-team-graphql
Copy link
Collaborator

neo4j-team-graphql commented Nov 19, 2025

Performance Report

No Performance Changes

Show Full Table
name dbHits old dbHits time (ms) old time (ms) maxRows
aggregations.TopLevelAggregateWithMultipleFields 7936 7936 61 71 1134
aggregations.NestedAggregation 15407 15407 58 90 2174
aggregations.AggregationWithWhere 10833 10833 41 58 2174
aggregations.AggregationWhereWithinNestedRelationships 20097917 20097917 1922 2053 2008534
aggregations.AggregationWhereWithinNestedConnections 20097917 20097917 1995 1970 2008534
aggregations.InterfacesAggregations 8324 8324 92 114 2080
aggregations.InterfacesAggregationsWithTwoFields 13526 13526 115 216 2080
connections.Connection 12951 12951 61 85 2174
connections.NestedConnection 37705 37705 123 132 4516
connections.totalCount 1 1 27 20 1
cypher-directive-mutation.TopLevelMutationDirective 1135 1135 24 33 1134
cypher-directive.TopLevelSortWithCypher 12961 12961 45 47 2174
cypher-directive.TopLevelConnectionSortWithCypher 12961 12961 57 69 2174
cypher-directive.TopLevelSortWithCypherWithNested 13096 13096 57 73 2174
cypher-directive.TopLevelConnectionSortWithCypherWithNested 13096 13096 86 123 2174
cypher-directive.TopLevelSortWithExpensiveCypher 13725 13725 97 156 2174
cypher-directive.TopLevelConnectionSortWithExpensiveCypher 13266 13266 96 150 2174
fulltext.Fulltext 80 80 46 52 16
fulltext.FulltextWithNestedQuery 516 516 60 97 84
1262.NestedConnectionWhere 8703 8703 49 66 2174
187.QueryWhere 8564 8564 32 40 2154
2871.NestedRelationshipFilter 19632 19632 50 64 4395
batch-create.BatchCreate 3600 3600 82 106 600
connect.createAndConnect 4410 4410 49 66 1134
create.SimpleMutation 6 6 29 32 1
delete.SimpleDelete 19401 19401 584 618 1040
delete.NestedDeleteInUpdate 14688 14688 96 139 1179
update.NestedUpdate 10129 10129 67 77 2002
query.SimpleQuery 3121 3121 21 24 1040
query.SimpleQueryWithRelationship 15031 15031 44 50 2174
query.SimpleQueryWithNestedWhere 8713 8713 53 69 2154
query.Nested 3988 3988 75 87 1040
query.OrFilterOnRelationships 36733 36511 151 193 1956
query.OrFilterOnRelationshipsAndNested 26722 26546 197 225 1956
query.QueryWithNestedIn 14192 14207 56 68 1864
query.DeeplyNestedConnectionWhere 8702 8702 76 91 2174
query.DeeplyNestedWithRelationshipFilters 17357 17357 125 171 1552
query.NestedWithRelationshipSingleFilters 3808 3808 144 214 1134
sorting.SortMultipleTypes 3436 3436 76 84 1040
sorting.SortMultipleTypesWithCypherWithCypher 13321 13321 97 107 2174
sorting.SortOnNestedFields 12951 12951 48 55 2174
sorting.SortDeeplyNestedFields 39785 39785 84 115 4516
sorting.ConnectionWithSort 3271 3271 67 88 1040
unions.SimpleUnionQuery 321 321 57 59 35
unions.SimpleUnionQueryWithMissingFields 293 293 61 60 35
unions.NestedUnion 309975 309975 261 256 33033
unions.NestedUnionWithMissingFields 283949 283949 256 269 33033

Old Schema Generation: 22.472s
Schema Generation: 21.076s
Old Subgraph Schema Generation: 25.474s
Subgraph Schema Generation: 24.795s

@angrykoala angrykoala marked this pull request as ready for review November 20, 2025 13:50
@angrykoala angrykoala changed the title [WIP] Update translation layer Update translation layer Nov 20, 2025
Remove Node, Relationship and everything else
* Fix auth with aggregation

* Fix order of auth and filters in mutations and update tck tests

* Remove unused auth in connectOperations
@angrykoala angrykoala merged commit 34834bf into dev Nov 25, 2025
47 checks passed
@angrykoala angrykoala deleted the update-translation-layer branch November 25, 2025 12:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants