Skip to main content

ExampleReferenceViewModel

@gca_view_type

No description

1
@gca_view_type(
2
class: "com.brightspot.docs.graphql.example.docs.ExampleReferenceViewModel"
3
template: ""
4
name: "com.brightspot.docs.graphql.example.docs.ExampleReferenceViewModel"
5
)
1
type ExampleReferenceViewModel implements View, ViewModelOverlay, ExampleReferenceInterfaceView {
2
_id: ID
3
_overlay(
4
with: ViewModelOverlayInput
5
): Json
6
_raw(
7
path: String
8
): Json
9
}

Directives

gca_view_type

1
@gca_view_type(
2
class: "com.brightspot.docs.graphql.example.docs.ExampleReferenceViewModel"
3
template: ""
4
name: "com.brightspot.docs.graphql.example.docs.ExampleReferenceViewModel"
5
)

Fields

_id ● ID scalar common

_overlay ● Json scalar common

with ● ViewModelOverlayInput input 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

ViewModelOverlay interface common

ExampleReferenceInterfaceView interface common

Member Of

Was this page helpful?

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