Skip to main content

Record__ExampleViewModel__Data

No description

1
interface Record__ExampleViewModel__Data implements 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.

Interfaces

View interface common

Implemented By

Was this page helpful?

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.