ExampleReferenceAltViewModel
No description
1@gca_view_type(2class: "com.brightspot.docs.graphql.example.docs.ExampleReferenceAltViewModel"3name: "com.brightspot.docs.graphql.example.docs.ExampleReferenceAltViewModel"4template: ""5)
1type ExampleReferenceAltViewModel implements View, ViewModelOverlay, ExampleReferenceInterfaceView {2_id: ID3_overlay(4with: ViewModelOverlayInput5): Json6_raw(7path: String8): Json9exampleAlt: String10}
Directives
gca_view_type
1@gca_view_type(2class: "com.brightspot.docs.graphql.example.docs.ExampleReferenceAltViewModel"3name: "com.brightspot.docs.graphql.example.docs.ExampleReferenceAltViewModel"4template: ""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.