-
Notifications
You must be signed in to change notification settings - Fork 154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
5.0.0 #4426
5.0.0 #4426
Conversation
🦋 Changeset detectedLatest commit: 80f06a9 The changes in this PR will be included in the next version bump. This PR includes changesets to release 8 packages
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 |
Relationship properties type
Made some changes to the Neo4j GraphQL Toolbox? Or made some changes to the core library perhaps? Check out your changes at https://neo4j-graphql-toolbox-4426.surge.sh Use for instance a local dbms hosted on Neo4j Desktop or a cloud-hosted Aura Free dbms. |
Performance ReportNo Performance Changes Show Full Table
Old Schema Generation: 23.868s |
* Switch from `gql` to `/* GraphQL */` for TCK tests * Remove from performance tests
...hql/tests/tck/experimental/aggregations/aggregation-interfaces-field-level-with-auth.test.ts
Outdated
Show resolved
Hide resolved
...aphql/tests/tck/experimental/aggregations/aggregation-interfaces-top-level-with.auth.test.ts
Outdated
Show resolved
Hide resolved
...ts/tck/experimental/aggregations/filter-aggregation-interfaces-field-level-with-auth.test.ts
Outdated
Show resolved
Hide resolved
...ests/tck/experimental/aggregations/filter-aggregation-interfaces-top-level-with-auth.test.ts
Outdated
Show resolved
Hide resolved
packages/graphql/tests/tck/experimental/interface-filtering-with-auth.test.ts
Outdated
Show resolved
Hide resolved
…so it can be reused (#4616)
packages/ogm/src/generate.test.ts
Outdated
import * as fs from "fs"; | ||
import gql from "graphql-tag"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [eslint] <@typescript-eslint/no-unused-vars> reported by reviewdog 🐶
'gql' is defined but never used. Allowed unused vars must match /^_/u.
Remove deep-equal dependency
Description
Major release 5.0.0 PR