-
Notifications
You must be signed in to change notification settings - Fork 153
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
Cypher Builder - export Cypher.Property
#3106
Conversation
🦋 Changeset detectedLatest commit: d776fa1 The changes in this PR will be included in the next version bump. This PR includes changesets to release 4 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 |
@angrykoala, should https://github.com/neo4j/graphql/pull/3106/files#diff-644d9c8b33dc3e7e560dacb7b2025d81ca04e8f22c5fa3baa58010b5bdd24250R41 return type be |
You have successfully added a new CodeQL configuration |
Thanks for the UI updates. The UI has now been torn down - reopening this PR will republish it. |
Performance ReportNo Performance Changes Show Full Table
Old Schema Generation: 30.674s |
Yeah, I think that's a good idea. Good catch |
I changed the type, but not the name of the method, so it's still called |
Description
Cypher.PropertyRef
is currently exposed as a type only. This exportsCypher.Property
in full, which is a requirement for Authorization.Complexity
Complexity: Low