Skip to main content

ExampleReferenceAltViewModel

@gca_view_type

No description

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

Directives

gca_view_type

1
@gca_view_type(
2
class: "com.brightspot.docs.graphql.example.docs.ExampleReferenceAltViewModel"
3
name: "com.brightspot.docs.graphql.example.docs.ExampleReferenceAltViewModel"
4
template: ""
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.

exampleAlt ● String scalar common

Interfaces

View interface common

ViewModelOverlay interface common

ExampleReferenceInterfaceView interface common