Implement apoc.util.validate and apoc.util.validatePredicate #525
Labels
bug
bug
community
community
Effort - Unknown
Effort - Unknown
Frequency - EveryTime
Frequency - EveryTime
Reach - Some
Reach - Some
Severity - S2
Severity - S2
On mutation, you get the following error:
To reproduce, run the attached code. Open Apollo server on
localhost:4000
. Run the following code to create user nodes:Then, try the following mutation (connectOrCreate requires
@unique
decorator - we didn't document this well enough; it might have been added to never version):The above mutation results in the reported error, instead of creating a post.
This was reported on Discord.
The text was updated successfully, but these errors were encountered: