Get organization
anvil_get_organizationFetch an Anvil organization and its PDF templates (casts) and workflows (welds). Provide either its slug or its eid (at least one is required). GraphQL query: organization.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| eid | No | Organization eid. Provide this OR slug. | |
| slug | No | Organization slug (from anvil_current_user). Provide this OR eid. |