ExampleEmbeddedAltModelInput
An input type for writing a Example Embedded Alt Model instance.
1input ExampleEmbeddedAltModelInput {2_id: UUID3_name: ID4_globals: GlobalsInput5exampleParent: String6exampleAlt: String7}
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
exampleAlt ● String scalar common
Member Of
RecordDiffInputinput