CmsFile
No description
type CmsFile {
  current_ability_can_delete: Boolean!
  file: ActiveStorageAttachment!
  id: ID!
}
Fields
CmsFile.current_ability_can_delete ● Boolean! non-null scalar
CmsFile.file ● ActiveStorageAttachment! non-null object
CmsFile.id ● ID! non-null scalar
Member Of
CmsParent  interface ● Convention  object ● CreateCmsFilePayload  object ● DeleteCmsFilePayload  object ● RenameCmsFilePayload  object ● RootSite  object