Schema reference
Everything below is generated from the Honeybase GraphQL schema — the same schema the server serves — so it is exhaustive and cannot drift from the deployed API.
If you are new to this API, start with the overview: the operations are
namespaced one level under Queries and Mutations, which is not obvious from a flat
type list.
Two things to look for on every operation:
- The permission it requires. Descriptions end with
Requires canManageTasks.orRequires Owner or Admin role.An API key only has the flags it was granted at creation, and the second kind is never available to a key at all. JsonStringarguments and fields. These carry JSON encoded as a string — see Conventions before sending one.
This page is regenerated by bin/docs-generate in the Honeybase repository; do not
edit the pages under this section by hand.