INPUT_OBJECT
IdConversionSetInput
link GraphQL Schema definition
1 input IdConversionSetInput { 2 3 String! : 4 5 # If an entry with given internal ID and type already exists, 6 # an external ID will be replaced with the one provided 7 Int64! : 8 9 IdConversionEntryObjectType! : 10 }