# PostTemplatesInput

PostTemplatesInput

Input for fetching templates accessible to the current actor for the
template library. A caller can never reach templates outside their own
scope — the server pins `private` to the actor's account and `internal`
to the supplied `organizationId` regardless of input.

**Fields:**
- `filter`: `PostTemplatesFilterInput` - Optional filters to narrow the template list.
- `organizationId`: `OrganizationId!` - Organization to scope `internal`-visibility templates to. The caller
must be a member of this organization.