RecordPreview
Allows access to a Record's Previews.
1type RecordPreview {2preview: Preview3object: RecordEntry4View(5of: RecordViewsInput!6): RecordViews7}
Fields
preview ● Preview object common
Allows access to the Record's Preview object data.
object ● RecordEntry interface common
Allows access to the Record's instance data with the Preview differences applied.
View ● RecordViews union common
Allows preview of the Record's associated Views.
of ● RecordViewsInput! non-null input common
Member Of
RecordGetobject