GraphQL API & Versioning¶
hircine exposes the GraphQL endpoint on /graphql. When accessing this documentation on a running instance, clicking that link will open an interactive GraphQL IDE with a built-in documentation explorer.
Versioning¶
hircine uses Semantic Versioning. The public API consists of both the frontend (command-line interface and web application) and the backend (GraphQL API and plugin infrastructure).
Breaking changes¶
0.4.0¶
With the addition of filtering on association counts in 9c460c6, the old
empty
field onAssociationFilter
is now obsolete. Instead use thecount
field and match on avalue
of0
with theEQUAL
operator (which is the default).