APIs

Open Stories and Issues

I should be able to use IFTTT and Google Assistant to work with Querki: This is a highly speculative epic, looking for design work, but since we enable things like shopping lists and inventories, we totally need to support this combination.
Querki should (probably) support GraphQL: GraphQL is the big up-and-coming API approach, and it's appealing in a number of ways. We should investigate supporting it.

Closed Stories and Issues

In GraphQL queries, aliases aren't respected for sub-Things: Nothing complex -- the alias just isn't being picked up.
Text fields rendered as HTML in GraphQL should use real p tags, not Querki paras: Currently, HTML is rendered the way we do it for our Client, but that uses div's with the para class, which is Querki-specific. The HTML we return in GraphQL should use plain old <p> tags.
TrueOrFalse Properties should work in GraphQL queries: Currently, we apparently don't have Booleans. I'm surprised, but the error is pretty clear.