adminAppearanceSection
One section with every locale's content.
Arguments
| Argument | Type | Description |
|---|---|---|
id | ID! | Section IRI, e.g. /api/admin/appearance/sections/3. |
Fields
Identical to adminAppearanceSections.
Use cases
- Read back a copy — createAdminAppearanceSectionDuplicate returns only the new section's identity; this query returns its content.
Best practices
- Pass the IRI, not the bare number.
- Use adminAppearanceSectionFields to build an editing form — it returns the type's field schema and resolves staged content over published, which this query deliberately keeps separate.
Permissions
Requires appearance.sections.

