INPUT_OBJECT

IdConversionSetInput

link GraphQL Schema definition

1input IdConversionSetInput {
2
3externalId: 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
7internalId: Int64!
8
9objectType: IdConversionEntryObjectType!
10}

link Required by