Page MenuHomePhabricator

🧬 Support querying statements with string values
Closed, ResolvedPublic

Description

  • filter out statements with value types we don't support
  • "type" for the value type might be a reserved keyword

example query:

{
  item(id: "Q71") {
    statements {
      property { 
        id
      }
      value {
        type
        content
      }
    }
  }
}