DynamicBlock (Object)
Description
No description
Fields
| Name | Description | 
|---|---|
| app - App | |
| appId - String! | |
| contexts - [PermissionContext!] | |
| description - String | |
| favicon - Media | |
| faviconId - ID | |
| id - ID! | |
| image - Media | |
| imageId - ID | |
| key - String! | |
| maxSize - DynamicBlockSize! | |
| name - String! | |
| slate - Slate | |
| staffOnly - Boolean! | 
type DynamicBlock {
  app: App
  appId: String!
  contexts: [PermissionContext!]
  description: String
  favicon: Media
  faviconId: ID
  id: ID!
  image: Media
  imageId: ID
  key: String!
  maxSize: DynamicBlockSize!
  name: String!
  slate(
    context: PermissionContext!
    entityId: ID
  ): Slate
  staffOnly: Boolean!
}