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