ExampleModelModification
An example modification of an example model.
1type ExampleModelModification {2exampleMod: String3}
Fields
exampleMod ● String scalar common @gca_getter @gca_object_field
Gets the example value.
Applied directive:
1@gca_getter
Applied directive:
1@gca_object_field(2indexed: false3internalName: "example.mod.exampleMod"4embedded: false5)
Member Of
ExampleModelModobject