INPUT_OBJECT
UserProfileImportType
# GraphQL Schema definition
1 input UserProfileImportType { 3 2 AddressImport!] : [ 5 4 AttachmentsImport!] : [ 9 6 # ID will be stored as external_id, relations will be preseved. We generate it 7 # when empty. 8 ID : 11 10 ImagesImport!] : [ 14 12 # ex. {"color": "red"} 13 HashObject : 16 15 String! : 17 }