Skip to main content

ExampleEmbeddedModelDiffEmbedInput

@oneOf @gca_schema_types

No description

1
@oneOf
1
@gca_schema_types(
2
names: "com.brightspot.docs.graphql.example.docs.ExampleEmbeddedModel"
3
)
1
input ExampleEmbeddedModelDiffEmbedInput {
2
_id: UUID
3
_index: Int
4
_ref: ID
5
}

Directives

oneOf

1
@oneOf

gca_schema_types

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

Fields

_id ● UUID scalar common

_index ● Int scalar common

_ref ● ID scalar common

Member Of