INPUT_OBJECT
TransactableImport
# GraphQL Schema definition
1 input TransactableImport { 3 2 AddressImport!] : [ 5 4 AttachmentsImport!] : [ 7 6 ISO8601DateTime : 9 8 ID! : 12 10 # ID will be changed after import, relations will be preseved 11 ID! : 14 13 ImagesImport!] : [ 16 15 String : 19 17 # ex. {"color": "red"} 18 HashObject : 21 20 String! : 23 22 String! : 25 24 ISO8601DateTime : 26 }