Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
10-22-2021 06:08 AM
Hi
So I got this error [GraphQL error]: Message: There is no procedure with the name
apoc.util.validate registered for this database instance. Please ensure you've spelled the procedure name correctly and that the procedure is properly deployed.
while trying to integrate auth
directive on my GraphQL API.
Here's my schema definition:
`type User {
id: ID! @id
firstName: String!
lastName: String!
username: String!
profilePicture: String
}
extend type User @auth(rules: [{ operations: [UPDATE], isAuthenticated: true }])`
I want some authentication and authorization check when I call the updateUsers
mutation, but I always get the above error.
12-10-2021 04:49 AM
Exact same problem for me!
02-04-2022 04:04 AM
You'll need to install the APOC library
All the sessions of the conference are now available online