Example with Cypher:
CREATE CONSTRAINT ON (book:Book) ASSERT exists(book.isbn)
See class BaseNeo4jSchemaDefiner#UniqueConstraintDetails for the approach we currently use for unique constraints