Skip to main content

View

No description

1
interface View {
2
_id: ID
3
_raw(
4
path: String
5
): Json
6
}

Fields

_id ● ID scalar common

_raw ● Json scalar common

Contains raw JSON for this View instance.

path ● String scalar common

Restricts the returned JSON to the specified path within the view’s map.

Member Of

Implemented By