thank you very much. @vnium
Got it. the below one worked
String schema = """
accountNumber: string @index(exact) .
type Account {
accountNumber
}
""";
thank you very much. @vnium
Got it. the below one worked
String schema = """
accountNumber: string @index(exact) .
type Account {
accountNumber
}
""";