Neo4j.Driver.ClientException: 'Cannot perform data updates in a transaction that has performed schema updates.'
This exception was originally thrown at this call stack:
Neo4j.Driver.Internal.MessageHandling.ResponsePipelineError.EnsureThrownIf(System.Func<System.Exception, bool>)
Neo4j.Driver.Internal.Result.ResultCursorBuilder.ConsumeAsync()
System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
Neo4j.Driver.Internal.AsyncTransaction.DiscardUnconsumed()
System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(System.Threading.Tasks.Task)
Neo4j.Driver.Internal.AsyncTransaction.CommitAsync()
System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
Neo4j.Driver.Internal.AsyncTransaction.CommitAsync()
System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
...
[Call Stack Truncated]
any ideas?