INPUT_OBJECT
CustomizationImport
# GraphQL Schema definition
1 input CustomizationImport { 3 2 AddressImport!] : [ 5 4 AttachmentsImport!] : [ 7 6 ISO8601DateTime : 9 8 ID : 11 10 CustomizableTypeEnum : 15 12 # ID will be stored as external_id, relations will be preseved. We generate it 13 # when empty. 14 ID : 17 16 ImagesImport!] : [ 20 18 # ex. {"color": "red"} 19 HashObject : 22 21 String! : 24 23 ISO8601DateTime : 26 25 ID : 27 }