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

Was this page helpful?

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