Skip to main content

ExampleEndpointQueryViewModel

@gca_view_type

No description

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

Directives

gca_view_type

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

example ● String scalar common

Interfaces

View interface common

ViewModelOverlay interface common

Member Of

Was this page helpful?

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