INPUT_OBJECT
CreateSourceContentTemplateWithSource
link GraphQL Schema definition
1 input CreateSourceContentTemplateWithSource { 5 2 # Supply the ID of the data registry that contains the schema 3 # for the content template. 4 ID! : 9 6 # To associate an existing structured data object (SDO) to the 7 # source, provide the SDO ID. Either this field or data must be supplied. 8 ID : 14 10 # To create a new structured data object, supply this field with 11 # JSON to save in the SDO. The JSON must comply with the schema 12 # defined in data registry. 13 JSONData : 15 }