Skip to main content

ExampleEmbeddedModelInput

An input type for writing a Example Embedded Model instance.

1
input ExampleEmbeddedModelInput {
2
_id: UUID
3
_name: ID
4
_globals: GlobalsInput
5
exampleParent: String
6
example: String
7
}

Fields

_id ● UUID scalar common

The unique ID for an existing embedded Record.

_name ● ID scalar common

A name for a new Record that can be used as a reference when the unique system-assigned ID is not yet available.

_globals ● GlobalsInput input common

Contains global fields, grouped by the Modification classes defining them.

exampleParent ● String scalar common

example ● String scalar common

Member Of