Skip to main content

RecordPreview

Allows access to a Record's Previews.

1
type RecordPreview {
2
preview: Preview
3
object: RecordEntry
4
View(
5
of: RecordViewsInput!
6
): RecordViews
7
}

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