INPUT_OBJECT

CreateSourceContentTemplateWithSource

link GraphQL Schema definition

1input CreateSourceContentTemplateWithSource {
5
2# Supply the ID of the data registry that contains the schema
3# for the content template.
4schemaId: 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.
8sdoId: 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.
13data: JSONData
15}