GraphQL query working but DQL not

For this case the query should be like

{
  items(func: anyofterms(ItemInterface.name, "test")) {
    ItemInterface.name
  }
}
1 Like