Head's Up! Site migration is underway. Phase 2: migrate recent content
β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