INPUT_OBJECT
MultiviewContentAttributeParams
Contains all information to create a new content attribute.
link GraphQL Schema definition
1 input MultiviewContentAttributeParams { 4 2 # Optional list of child content attribute ids. 3 : [ID!] 7 5 # Unique identifier. 6 : ID 10 8 # Optional an URL to the icon of this content attribute. 9 : String 13 11 # Indicates the type of the attribute. 12 : String! 16 14 # Human-readable name of the attribute. 15 : String! 19 17 # The channel that the content attribute is created under. 18 : ID 22 20 # Optional pointer to a parent content attribute instance. 21 : ID 25 23 # Optional pointer to a parent content attribute key. 24 : String 28 26 # value of the attribute. 27 : String! 31 29 # Optional abbreviation of value. 30 : String 32 }