Skip to main content

ExampleModelGetInput

@oneOf @gca_schema_types

No description

1
@oneOf
1
@gca_schema_types(
2
names: "com.brightspot.docs.graphql.example.docs.ExampleModel"
3
)
1
input ExampleModelGetInput {
2
_id: UUID
3
_url: String
4
}

Directives

oneOf

1
@oneOf

gca_schema_types

1
@gca_schema_types(
2
names: "com.brightspot.docs.graphql.example.docs.ExampleModel"
3
)

Fields

_id ● UUID scalar common

Fetch a Example Model instance by its unique Record ID.

_url ● String scalar common

Fetch a Example Model instance by its unique URL.

Member Of