Skip to main content

ExampleReferenceInterfaceView

No description

1
interface ExampleReferenceInterfaceView 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

Member Of

Implemented By

Was this page helpful?

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